aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm/src/main/resources/application-stub.yaml
blob: 39641e39d1b06cf7434e52ec36ee86330b7c9f36 (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/postCompositionInstancesResponse.json"
    putCompositionDefinitionUpdate: "/openapi/examples/putCompositionDefinitionUpdate.json"
    putCompositionDefinitionUpdateResponse: "/openapi/examples/putCompositionDefinitionUpdateResponse.json"
    putCompositionInstanceUpdate: "/openapi/examples/putCompositionInstanceUpdate.json"
    putCompositionInstanceUpdateResponse: " /openapi/examples/putCompositionInstanceUpdateResponse.json"