diff options
Diffstat (limited to 'aai-resources/src/test/resources/payloads/bulk/complex-bulk-process-transactions.json')
-rw-r--r-- | aai-resources/src/test/resources/payloads/bulk/complex-bulk-process-transactions.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/aai-resources/src/test/resources/payloads/bulk/complex-bulk-process-transactions.json b/aai-resources/src/test/resources/payloads/bulk/complex-bulk-process-transactions.json new file mode 100644 index 0000000..62b2e97 --- /dev/null +++ b/aai-resources/src/test/resources/payloads/bulk/complex-bulk-process-transactions.json @@ -0,0 +1,11 @@ +{ + "transactions": [ + { + "delete": [ + { + "uri": "/cloud-infrastructure/complexes/complex/complex-bulk-process-transactions-2-<UUID>" + } + ] + } + ] +} |