diff options
author | Liam Fallon <liam.fallon@est.tech> | 2023-01-05 09:41:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-01-05 09:41:14 +0000 |
commit | bce4edfb6a9140a07d12470d977352d7b3a4105c (patch) | |
tree | bec8d5ad77fa103c9f6082403de981dc2d6ad791 /runtime-acm/src/main/resources/openapi/openapi.yaml | |
parent | 951196b4e0d4c64403f186693c2d1c53e25df3b1 (diff) | |
parent | a76f5614e10f99658114ea1ff2eaf334e0df01c8 (diff) |
Merge "Refactor Post instances to create and update ACM instances"
Diffstat (limited to 'runtime-acm/src/main/resources/openapi/openapi.yaml')
-rw-r--r-- | runtime-acm/src/main/resources/openapi/openapi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime-acm/src/main/resources/openapi/openapi.yaml b/runtime-acm/src/main/resources/openapi/openapi.yaml index 170e233c9..655ce7eeb 100644 --- a/runtime-acm/src/main/resources/openapi/openapi.yaml +++ b/runtime-acm/src/main/resources/openapi/openapi.yaml @@ -1316,7 +1316,7 @@ paths: description: This request manages deployment and locking of an automation composition instance. This endpoint can order deployment and undeployment of an AC Instance to participants and order unlocking and locking of AC instances on participants - operationId: ompositionInstanceState + operationId: compositionInstanceState parameters: - name : compositionId in: path |