diff options
author | Eric Multanen <eric.w.multanen@intel.com> | 2020-08-07 17:52:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-07 17:52:03 +0000 |
commit | 2f910c3b1b4370cf8018dd82836ed97c5a5e7027 (patch) | |
tree | 3c9be9d5e1621c3763b532ee8aa19f343be35899 /docs/EMCO.postman_collection.json | |
parent | 11dda8300d3872f9414e7fff0402fd6fcbf6d537 (diff) | |
parent | 6186da3b2a7c30b4979c9b8530ca59667ae12446 (diff) |
Merge "Correct add-cluster metadata form field syntax"
Diffstat (limited to 'docs/EMCO.postman_collection.json')
-rw-r--r-- | docs/EMCO.postman_collection.json | 4 |
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 +} |