Merge "Make *_id/name_url required for api-ref"
This commit is contained in:
commit
adc8b36cb7
@ -20,13 +20,13 @@ config_id_url:
|
|||||||
description: |
|
description: |
|
||||||
The UUID of the configuration.
|
The UUID of the configuration.
|
||||||
in: path
|
in: path
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
deployment_id_url:
|
deployment_id_url:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the deployment.
|
The UUID of the deployment.
|
||||||
in: path
|
in: path
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
deployment_server_id_url:
|
deployment_server_id_url:
|
||||||
description: |
|
description: |
|
||||||
@ -40,19 +40,19 @@ event_id_url:
|
|||||||
The UUID of the event that is related to the
|
The UUID of the event that is related to the
|
||||||
resource in the stack.
|
resource in the stack.
|
||||||
in: path
|
in: path
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
output_key_url:
|
output_key_url:
|
||||||
description: |
|
description: |
|
||||||
The key of a stack output.
|
The key of a stack output.
|
||||||
in: path
|
in: path
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
resource_name_url:
|
resource_name_url:
|
||||||
description: |
|
description: |
|
||||||
The name of a resource in the stack.
|
The name of a resource in the stack.
|
||||||
in: path
|
in: path
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
resource_name_or_physical_id_url:
|
resource_name_or_physical_id_url:
|
||||||
description: |
|
description: |
|
||||||
@ -65,7 +65,7 @@ snapshot_id_url:
|
|||||||
description: |
|
description: |
|
||||||
The UUID of the snapshot.
|
The UUID of the snapshot.
|
||||||
in: path
|
in: path
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
stack_id_url:
|
stack_id_url:
|
||||||
description: |
|
description: |
|
||||||
@ -83,7 +83,7 @@ stack_name_url:
|
|||||||
description: |
|
description: |
|
||||||
The name of a stack.
|
The name of a stack.
|
||||||
in: path
|
in: path
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
template_version_url:
|
template_version_url:
|
||||||
description: |
|
description: |
|
||||||
|
Loading…
Reference in New Issue
Block a user