diff options
Diffstat (limited to 'openecomp-bdd/resources/json/operation/updateOperation.json')
-rw-r--r-- | openecomp-bdd/resources/json/operation/updateOperation.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/openecomp-bdd/resources/json/operation/updateOperation.json b/openecomp-bdd/resources/json/operation/updateOperation.json new file mode 100644 index 0000000000..b74262f9f4 --- /dev/null +++ b/openecomp-bdd/resources/json/operation/updateOperation.json @@ -0,0 +1,17 @@ +{ + "interfaceOperations": { + "create": { + "description": "create operation_Updated", + "inputParams": { + "listToscaDataDefinition": [ + { + "paramName": "inp1", + "paramId": "REPLACE FROM CONTEXT" + } + ] + }, + "operationType": "create", + "uniqueId": "REPLACE FROM CONTEXT" + } + } +}
\ No newline at end of file |