diff options
author | tragait <rahul.tyagi@est.tech> | 2022-01-10 12:16:25 +0000 |
---|---|---|
committer | tragait <rahul.tyagi@est.tech> | 2022-01-19 13:48:30 +0000 |
commit | dffff5df568b0f7654dcf019cee2333b29db09e2 (patch) | |
tree | c751d8b8ac88bf66582eeca1fac4be6d9e9a0c30 /src/test/resources/patchData.json | |
parent | 527a90df79174fcbceee0e4f0d17fae200de6a2e (diff) |
impl patch operation in dmi
Change-Id: Ie87216fa6cb120bea685286b7f0dacd8e22f603b
Signed-off-by: tragait <rahul.tyagi@est.tech>
Issue-ID: CPS-641
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 |