On this page
No Headings
An array of JSON patch objects to apply partial updates to resources.
arrayitemsobjectThe JSON patch object to apply partial updates to resources.
oprequiredstringThe operation.
pathstringThe JSON Pointer to the target document location at which to complete the operation.
valueobjectThe value to apply. The remove operation does not require a value.
fromstringThe JSON Pointer to the target document location from which to move the value. Required for the move operation.