diff options
Diffstat (limited to 'cucumber-js-test-apis-ci/resources/json/operation/createOperation.json')
-rw-r--r-- | cucumber-js-test-apis-ci/resources/json/operation/createOperation.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cucumber-js-test-apis-ci/resources/json/operation/createOperation.json b/cucumber-js-test-apis-ci/resources/json/operation/createOperation.json new file mode 100644 index 0000000000..10c34ba8f2 --- /dev/null +++ b/cucumber-js-test-apis-ci/resources/json/operation/createOperation.json @@ -0,0 +1,14 @@ +{ + "interfaceOperations": { + "operation": { + "description": "abcd description", + "inputParams": { + }, + "outputParams": { + }, + "operationType": "create", + "workflowId" : null, + "workflowVersionId" : null + } + } +}
\ No newline at end of file |