aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Multanen <eric.w.multanen@intel.com>2020-08-07 17:52:03 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-07 17:52:03 +0000
commit2f910c3b1b4370cf8018dd82836ed97c5a5e7027 (patch)
tree3c9be9d5e1621c3763b532ee8aa19f343be35899
parent11dda8300d3872f9414e7fff0402fd6fcbf6d537 (diff)
parent6186da3b2a7c30b4979c9b8530ca59667ae12446 (diff)
Merge "Correct add-cluster metadata form field syntax"
-rw-r--r--docs/EMCO.postman_collection.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/EMCO.postman_collection.json b/docs/EMCO.postman_collection.json
index 0dad51e0..aebd0ebd 100644
--- a/docs/EMCO.postman_collection.json
+++ b/docs/EMCO.postman_collection.json
@@ -14834,7 +14834,7 @@
"formdata": [
{
"key": "metadata",
- "value": "{\"name\":\"<string>\",\"description\":\"<string>\",\"userData1\":\"<string>\",\"userData2\":\"<string>\"}",
+ "value": "{\"metadata\":{\"name\":\"<string>\",\"description\":\"<string>\",\"userData1\":\"<string>\",\"userData2\":\"<string>\"}}",
"type": "text"
},
{
@@ -15745,4 +15745,4 @@
}
],
"protocolProfileBehavior": {}
-} \ No newline at end of file
+}