-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: documentation
-
None
-
1
Please document what the supported PATCH request support operations.
For example
{
"op": "test",
"path": "/a/b/c",
"value": "foo"
},
{
"op": "remove",
"path": "/a/b/c"
},
{
"op": "add",
"path": "/a/b/c",
"value": <value>
},
{
"op": "replace",
"path": "/a/b/c",
"value": <value>
},
{
"op": "move",
"from": "/a/b/c",
"path": "/a/b/d"
},
{
"op": "copy",
"from": "/a/b/d",
"path": "/a/b/e"
}
and provide examples.
- resolves
-
ALIGNSP-17790 Loading...