diff options
Diffstat (limited to 'prh-commons/src/test/resources/transaction.json')
-rw-r--r-- | prh-commons/src/test/resources/transaction.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/prh-commons/src/test/resources/transaction.json b/prh-commons/src/test/resources/transaction.json new file mode 100644 index 00000000..5cbb5621 --- /dev/null +++ b/prh-commons/src/test/resources/transaction.json @@ -0,0 +1,11 @@ +{ + "operations": [ + { + "action": "put", + "uri": "/network/logical-links/logical-link/foo", + "body": { + "link-name": "foo" + } + } + ] +}
\ No newline at end of file |