Skip to main content

JsonPatchOperation

opstring

JSON Patch operation to perform.

valuestring

Value that should be applied by the operation.

pathstring

Patch path that points to the field that should be updated.

JsonPatchOperation
{
"op": "string",
"value": "string",
"path": "string"
}