diff options
author | 2023-09-27 11:14:19 +0100 | |
---|---|---|
committer | 2023-09-27 11:14:21 +0100 | |
commit | 3398b96f53bd1c5f9926a88db996abbbfe1da500 (patch) | |
tree | 12f82ebc696a2f5bf5c5b0260bd469cc736f92d6 /runtime-acm/src/main/resources/application-stub.yaml | |
parent | f80c317803bccbb12dac2d490520bf409b0d5e3a (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.yaml | 2 |
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" |