Patchoperationslist
Array [
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
]
Patchoperationslist
[
{
"from": "string",
"op": "ADD",
"path": "string",
"value": {}
}
]