diff options
Diffstat (limited to 'docs/emco_apis.yaml')
-rw-r--r-- | docs/emco_apis.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/emco_apis.yaml b/docs/emco_apis.yaml index 643ac7b0..419c1316 100644 --- a/docs/emco_apis.yaml +++ b/docs/emco_apis.yaml @@ -1284,7 +1284,7 @@ paths: requestBody: content: {} - /projects/{project-name}/composite-apps/{composite-app-name}/{composite-app-version}/deployment-intent-groups/{deployment-intent-group-name}/destroy: + /projects/{project-name}/composite-apps/{composite-app-name}/{composite-app-version}/deployment-intent-groups/{deployment-intent-group-name}/terminate: parameters: - $ref: '#/components/parameters/projectName' - $ref: '#/components/parameters/compositeAppName' @@ -1293,9 +1293,9 @@ paths: post: tags: - Deployment Lifecycle - summary: Destroy a Deployment - description: Destroy a Deployment - operationId: destroyDeploymentIntentGroup + summary: Terminate a Deployment + description: Terminate a Deployment + operationId: terminateDeploymentIntentGroup responses: '200': description: Success @@ -3277,4 +3277,4 @@ components: required: true schema: type: string - maxLength: 128
\ No newline at end of file + maxLength: 128 |