Optional
valueAn array of JSON Patch operations to
modify the object's value
. The resulting
value
must still be a JSON object.
Optional
channelsAn array of JSON Patch operations to
modify the object's channels
. The resulting
channels
must still be an array of strings.
Optional
allowedAn array of JSON Patch operations to
modify the object's allowed
property. The resulting
allowed
property must still be an array of strings or undefined
.
This is the format for patches that modify GraffitiObjectBase objects using the Graffiti.patch method. The patches must be an array of JSON Patch operations. Patches can only be applied to the
value
,channels
, andallowed
properties since the other properties either describe the object's location or are automatically generated. (See also GraffitiPutObject).