diff options
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" |