diff options
Diffstat (limited to 'src/test/resources/patchData.json')
-rw-r--r-- | src/test/resources/patchData.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/resources/patchData.json b/src/test/resources/patchData.json new file mode 100644 index 00000000..e5466eaf --- /dev/null +++ b/src/test/resources/patchData.json @@ -0,0 +1,8 @@ +{ + "operation": "patch", + "dataType": "application/yang.patch+json", + "data": "normal request body", + "cmHandleProperties": { + "some-property": "some-property-value" + } +}
\ No newline at end of file |