From 0d14e57de8a34fc599a5fb9adc21bded99501c68 Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Tue, 29 Aug 2023 15:22:21 +0100 Subject: 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 --- .../openapi/examples/postCompositionInstanceResponse.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceResponse.json (limited to 'runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceResponse.json') 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 -- cgit 1.2.3-korg