Request
{ "type": "resource", "uuid": string, "parent": context object, "method": "patch", "id": string or null, "rev": string, "value": array }
Members
"type": "resource"
, required
Specifies that the type of request context is that of a resource request.
"uuid"
: string, required
See context object .
"parent"
: context object, required
See context object .
"method": "patch"
, required
Requests the partial modification of a resource.
"id"
: string or null
, required
TBD.
"rev"
: string, optional
TBD.
"value"
: array, required
The JSON Patch document to apply to the resource.
Response
{ "_id": string, "_rev": string }
Members
"_id"
: string, required
TBD.
"_rev"
: string, optional
TBD.