OptionalallowedAn 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.
OptionalchannelsAn array of JSON Patch operations to
modify the object's channels. The resulting
channels must still be an array of strings.
OptionalvalueAn array of JSON Patch operations to
modify the object's value. The resulting
value must still be a JSON object.
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, andallowedproperties since the other properties either describe the object's location or are automatically generated. (See also GraffitiPutObject).