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
Example:
/old_nameopstringrequired
The change to perform
Possible values: [ADD, REPLACE, REMOVE, MOVE]
Example:
REPLACEpathstringrequired
The field to perform the operation on
Example:
/namevalueobject
The value of the field, can be null
Example:
new_valuePatchoperation
{
"from": "/old_name",
"op": "REPLACE",
"path": "/name",
"value": "new_value"
}