diff options
author | saul.gill <saul.gill@est.tech> | 2023-08-29 15:22:21 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-08-29 15:31:31 +0100 |
commit | 0d14e57de8a34fc599a5fb9adc21bded99501c68 (patch) | |
tree | 13cdfac2196a102e404f36a0378dbec3cdd430d8 /runtime-acm/src/main/resources/application-stub.yaml | |
parent | f731e76cfc03640104e3a9786239a62e6524ccdd (diff) |
Update acm swagger
Added description of update in OAS
Updated some example json/yaml
Issue-ID: POLICY-4808
Change-Id: I8c4cab6870cd1071b4782784e997a303ace16fdd
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'runtime-acm/src/main/resources/application-stub.yaml')
-rw-r--r-- | runtime-acm/src/main/resources/application-stub.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime-acm/src/main/resources/application-stub.yaml b/runtime-acm/src/main/resources/application-stub.yaml index 39641e39d..3f519a23c 100644 --- a/runtime-acm/src/main/resources/application-stub.yaml +++ b/runtime-acm/src/main/resources/application-stub.yaml @@ -13,11 +13,11 @@ stub: postCommissionResponse: "/openapi/examples/postCommissionCompositionDefinitionsResponse.json" postCompositionDefinitions: "/openapi/examples/postCompositionDefinitions.json" postCompositionInstance: "/openapi/examples/postCompositionInstance.json" - postInstanceResponse: "/openapi/examples/postCompositionInstancesResponse.json" + postInstanceResponse: "/openapi/examples/postCompositionInstanceResponse.json" putCompositionDefinitionUpdate: "/openapi/examples/putCompositionDefinitionUpdate.json" putCompositionDefinitionUpdateResponse: "/openapi/examples/putCompositionDefinitionUpdateResponse.json" - putCompositionInstanceUpdate: "/openapi/examples/putCompositionInstanceUpdate.json" - putCompositionInstanceUpdateResponse: " /openapi/examples/putCompositionInstanceUpdateResponse.json" + postCompositionInstanceUpdate: "/openapi/examples/postCompositionInstanceUpdate.json" + postCompositionInstanceUpdateResponse: " /openapi/examples/postCompositionInstanceUpdateResponse.json" |