aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm/src/main/resources/application-stub.yaml
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2023-02-13 17:53:26 +0000
committersaul.gill <saul.gill@est.tech>2023-02-13 17:53:29 +0000
commitf716f67399eea26c45e700e710765ff6c06d4740 (patch)
treeccac0ff4fb07fc07af7d3153ba1d35cc08676501 /runtime-acm/src/main/resources/application-stub.yaml
parent1191f992ddf1f6bcc94e7fa246ee3efbc71a3a8f (diff)
Add stubs and tests for ppnt controller
Added stubs Added tests Added node state and elements to all participant endpoint Issue-ID: POLICY-4557 Change-Id: Ia76831ec02f9a308e39f138a3b24f3baced62095 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.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime-acm/src/main/resources/application-stub.yaml b/runtime-acm/src/main/resources/application-stub.yaml
index e752df3fd..39641e39d 100644
--- a/runtime-acm/src/main/resources/application-stub.yaml
+++ b/runtime-acm/src/main/resources/application-stub.yaml
@@ -8,6 +8,8 @@ stub:
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"
@@ -16,6 +18,6 @@ stub:
putCompositionDefinitionUpdateResponse: "/openapi/examples/putCompositionDefinitionUpdateResponse.json"
putCompositionInstanceUpdate: "/openapi/examples/putCompositionInstanceUpdate.json"
putCompositionInstanceUpdateResponse: " /openapi/examples/putCompositionInstanceUpdateResponse.json"
-
-
+
+