From 13d256051353f055553a498b264f499cb7404f2c Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Thu, 22 Dec 2016 18:53:18 +0800 Subject: [PATCH] Make *_id/name_url required for api-ref There are some *_id/name_url parameters are marked as optional, they are required in url path, change to required. Change-Id: I55dffb180f3a4aaa027a54776f6af3660c7c1ea2 --- api-ref/source/v1/parameters.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/api-ref/source/v1/parameters.yaml b/api-ref/source/v1/parameters.yaml index a808977b93..a07c9cb78d 100644 --- a/api-ref/source/v1/parameters.yaml +++ b/api-ref/source/v1/parameters.yaml @@ -20,13 +20,13 @@ config_id_url: description: | The UUID of the configuration. in: path - required: false + required: true type: string deployment_id_url: description: | The UUID of the deployment. in: path - required: false + required: true type: string deployment_server_id_url: description: | @@ -40,19 +40,19 @@ event_id_url: The UUID of the event that is related to the resource in the stack. in: path - required: false + required: true type: string output_key_url: description: | The key of a stack output. in: path - required: false + required: true type: string resource_name_url: description: | The name of a resource in the stack. in: path - required: false + required: true type: string resource_name_or_physical_id_url: description: | @@ -65,7 +65,7 @@ snapshot_id_url: description: | The UUID of the snapshot. in: path - required: false + required: true type: string stack_id_url: description: | @@ -83,7 +83,7 @@ stack_name_url: description: | The name of a stack. in: path - required: false + required: true type: string template_version_url: description: |