Patch operations list
Array [
opstringrequired
The change to perform
Possible values: [ADD, REPLACE, REMOVE, MOVE]
pathstringrequired
The field to perform the operation on
fromstring
The field from where a value should be moved, when using move
valueobject
The value of the field, can be null
]
Patch operations list
[
{
"op": "ADD",
"path": "string",
"from": "string",
"value": {}
}
]