diff --git a/api-ref/src/wadls/orchestration-api/src/v1/common.ent b/api-ref/src/wadls/orchestration-api/src/v1/common.ent index 379f9d7c8..c33625498 100644 --- a/api-ref/src/wadls/orchestration-api/src/v1/common.ent +++ b/api-ref/src/wadls/orchestration-api/src/v1/common.ent @@ -197,9 +197,12 @@ This parameter is always provided as a string in the JSON - request body. The content of the string is a YAML- or JSON-formatted - Orchestration template. + request body. The content of the string is a JSON- or YAML-formatted + Orchestration template. For example: + "template": { + "heat_template_version": "2013-05-23", + ...} This parameter is required only when you omit the template_url parameter. If you specify both parameters, diff --git a/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl b/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl index db54a3d62..c6bc79fc9 100644 --- a/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl +++ b/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl @@ -1360,14 +1360,17 @@ The canonical URL is returned for only non-deleted stacks. To - fetch the resource list of deleted stacks, use the /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/resources - endpoint. + fetch the resource list for deleted stacks, use the following + endpoint: + /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/resources - Lists resources for the specified stack in JSON format. + + Lists resources for the specified stack in JSON format. + @@ -1408,7 +1411,9 @@ - Lists resources in the specified stack in JSON format. + + Lists resources in the specified stack in JSON format. +