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
This commit is contained in:
huangtianhua 2016-12-22 18:53:18 +08:00
parent 29431cc5b3
commit 13d2560513
1 changed files with 7 additions and 7 deletions

View File

@ -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: |