On this page
No Headings
The JSON patch object to apply partial updates to resources.
objectoprequiredstring"add", "remove", "replace", "move", "copy", "test"The operation.
pathstringThe JSON Pointer to the target document location at which to complete the operation.
valuenumber | integer | string | boolean | null | array | objectThe 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.