diff options
author | 2023-09-26 09:50:45 +0100 | |
---|---|---|
committer | 2023-09-26 09:06:01 +0000 | |
commit | 9c80538723265147294e6e8e42ed11ca5139764a (patch) | |
tree | 61cbd5b8205fc1c974daeb05a9486f4e01740b64 /runtime-acm/src/main/resources/openapi/examples/putCompositionDefinitionUpdate.json | |
parent | 4407ea6948a060734a4f2836b11bd2d5c6ea6194 (diff) |
Update examples with new functionality
Issue-ID: POLICY-4828
Change-Id: I7839bf6d49bd08cec42c51b460d3dc04422e4ba7
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime-acm/src/main/resources/openapi/examples/putCompositionDefinitionUpdate.json')
-rwxr-xr-x[-rw-r--r--] | runtime-acm/src/main/resources/openapi/examples/putCompositionDefinitionUpdate.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime-acm/src/main/resources/openapi/examples/putCompositionDefinitionUpdate.json b/runtime-acm/src/main/resources/openapi/examples/putCompositionDefinitionUpdate.json index 78b81d628..f581c7a43 100644..100755 --- a/runtime-acm/src/main/resources/openapi/examples/putCompositionDefinitionUpdate.json +++ b/runtime-acm/src/main/resources/openapi/examples/putCompositionDefinitionUpdate.json @@ -1,5 +1,8 @@ { "tosca_definitions_version": "tosca_simple_yaml_1_3", + "metadata": { + "compositionId": "562ed027-2689-481a-b3a5-e284b1fbc33f" + }, "data_types": { "onap.datatypes.ToscaConceptIdentifier": { "derived_from": "tosca.datatypes.Root", |