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/openapi/examples/postCompositionInstanceResponse.json | |
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/openapi/examples/postCompositionInstanceResponse.json')
-rw-r--r-- | runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceResponse.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceResponse.json b/runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceResponse.json new file mode 100644 index 000000000..d3b975b59 --- /dev/null +++ b/runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceResponse.json @@ -0,0 +1,7 @@ +{ + "instanceId": "2d6dafe7-2662-4c4e-8f60-6c8ee360d2d3", + "affectedAutomationComposition": { + "name": "InstanceHttp", + "version": "1.0.1" + } +}
\ No newline at end of file |