Skip to main content

Patchoperation

A single change that needs to be made to a resource

fromstring

The field from where a value should be moved, when using move

opstringrequired

The change to perform

Possible values: [ADD, REPLACE, REMOVE, MOVE]

pathstringrequired

The field to perform the operation on

valueobject

The value of the field, can be null

Patchoperation
{
"from": "string",
"op": "ADD",
"path": "string",
"value": {}
}