aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm/src/main/resources/application-stub.yaml
blob: 3f519a23c6fce076de8e3194d7334be9d133c7fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
spring:
    application:
        name: "policy-clamp-runtime-acm-stub"
stub:
    deleteCompositionDefinitionResponse: "/openapi/examples/deleteCompositionDefinitionResponse.json"
    deleteCompositionInstanceResponse: "/openapi/examples/deleteCompositionInstanceResponse.json"
    getAllCompositionDefinitions: "/openapi/examples/getAllCompositionDefinitions.json"
    getAllCompositionInstancesResponse: "/openapi/examples/getAllCompositionInstancesResponse.json"
    getCompositionInstancesResponse: "/openapi/examples/getCompositionInstancesResponse.json"
    getSingleCompositionDefinition: "/openapi/examples/getSingleCompositionDefinition.json"
    getSingleParticipantResponse: "/openapi/examples/getSingleParticipantResponse.json"
    getMultipleParticipantResponse: "/openapi/examples/getMultipleParticipantResponse.json"
    postCommissionResponse: "/openapi/examples/postCommissionCompositionDefinitionsResponse.json"
    postCompositionDefinitions: "/openapi/examples/postCompositionDefinitions.json"
    postCompositionInstance: "/openapi/examples/postCompositionInstance.json"
    postInstanceResponse: "/openapi/examples/postCompositionInstanceResponse.json"
    putCompositionDefinitionUpdate: "/openapi/examples/putCompositionDefinitionUpdate.json"
    putCompositionDefinitionUpdateResponse: "/openapi/examples/putCompositionDefinitionUpdateResponse.json"
    postCompositionInstanceUpdate: "/openapi/examples/postCompositionInstanceUpdate.json"
    postCompositionInstanceUpdateResponse: " /openapi/examples/postCompositionInstanceUpdateResponse.json"