PatchRequest

PatchRequest
PatchRequest

A collection of patch instructions to be applied against the existing object.

JSON Example
[
    {
        "op": "string",
        "path": "string",
        "value": {},
        "from": "string"
    }
]
PatchRequest
Optional

A collection of patch instructions to be applied against the existing object.