summaryrefslogtreecommitdiffstats
path: root/runtime-acm/src/main/resources/application-stub.yaml
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2023-09-27 11:14:19 +0100
committersaul.gill <saul.gill@est.tech>2023-09-27 11:14:21 +0100
commit3398b96f53bd1c5f9926a88db996abbbfe1da500 (patch)
tree12f82ebc696a2f5bf5c5b0260bd469cc736f92d6 /runtime-acm/src/main/resources/application-stub.yaml
parentf80c317803bccbb12dac2d490520bf409b0d5e3a (diff)
Fix swagger file links
Issue-ID: POLICY-4829 Change-Id: I7d8f3ec6ff53eb63d35d5584e4289b07efe48880 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.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime-acm/src/main/resources/application-stub.yaml b/runtime-acm/src/main/resources/application-stub.yaml
index 3f519a23c..3737f4dc0 100644
--- a/runtime-acm/src/main/resources/application-stub.yaml
+++ b/runtime-acm/src/main/resources/application-stub.yaml
@@ -6,7 +6,7 @@ stub:
deleteCompositionInstanceResponse: "/openapi/examples/deleteCompositionInstanceResponse.json"
getAllCompositionDefinitions: "/openapi/examples/getAllCompositionDefinitions.json"
getAllCompositionInstancesResponse: "/openapi/examples/getAllCompositionInstancesResponse.json"
- getCompositionInstancesResponse: "/openapi/examples/getCompositionInstancesResponse.json"
+ getCompositionInstancesResponse: "/openapi/examples/getCompositionInstanceResponse.json"
getSingleCompositionDefinition: "/openapi/examples/getSingleCompositionDefinition.json"
getSingleParticipantResponse: "/openapi/examples/getSingleParticipantResponse.json"
getMultipleParticipantResponse: "/openapi/examples/getMultipleParticipantResponse.json"