Data API
Update a document
This API endpoint updates an existing document on the server by describing the changes required (using JSON patch operations)
patch/v1/data/{path}
Request body
Example request
[
{
"op": "add",
"path": "-"
}
]Response
Success