summaryrefslogtreecommitdiffstats
path: root/src/test/resources/updateData.json
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-11-12 15:38:55 +0000
committerGerrit Code Review <gerrit@onap.org>2021-11-12 15:38:55 +0000
commit69662af73d817fa0bbf9d07f1a965594ca5bcef9 (patch)
tree572b802caf6ff200104cd4e1b4f87e75f83bed38 /src/test/resources/updateData.json
parent02ee56be9d2ceaac2e8aa9069aecb3f44b5164c7 (diff)
parent5fe0daebb1360bd5d4c525125cdb0d6250583ff4 (diff)
Merge "Support Update and Delete operations for DS Passtrough-Running in DMI Plugin"
Diffstat (limited to 'src/test/resources/updateData.json')
-rw-r--r--src/test/resources/updateData.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/resources/updateData.json b/src/test/resources/updateData.json
new file mode 100644
index 00000000..7cbf4f0c
--- /dev/null
+++ b/src/test/resources/updateData.json
@@ -0,0 +1,8 @@
+{
+ "operation": "update",
+ "dataType": "application/json",
+ "data": "normal request body",
+ "cmHandleProperties": {
+ "some-property": "some-property-value"
+ }
+} \ No newline at end of file