JsonPatchRequest

JsonPatchRequest
JsonPatchRequest

An array of one or more JSON Patch documents.

This class is array of JsonPatchDocument
JSON Example
[
    {
        "op": "string",
        "path": "/status",
        "value": "REGISTERED"
    }
]