summaryrefslogtreecommitdiff
path: root/api-ref/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-12-26 07:41:54 +0000
committerGerrit Code Review <review@openstack.org>2016-12-26 07:41:54 +0000
commitadc8b36cb72b56aca0fe16e6a1c214fae5ba2e54 (patch)
tree5d548aed69db4095e6fc71790dbd53aaaca270f5 /api-ref/source
parent89c2cb925524fda7d9e73145ea52aaf4499f2dc5 (diff)
parent13d256051353f055553a498b264f499cb7404f2c (diff)
downloadheat-adc8b36cb72b56aca0fe16e6a1c214fae5ba2e54.tar.gz
Merge "Make *_id/name_url required for api-ref"
Diffstat (limited to 'api-ref/source')
-rw-r--r--api-ref/source/v1/parameters.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/api-ref/source/v1/parameters.yaml b/api-ref/source/v1/parameters.yaml
index a808977b9..a07c9cb78 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: |