Type of JSON Patch operation. Supported JSON Patch operations include add, replace, and delete. Refer to JavaScript Object Notation (JSON) Patch for more information.
JSON Pointer path of the element to patch. Refer to JavaScript Object Notation (JSON) Patch for more information.
Optional
valueJSON value to add, replace, or delete.
Individual JSON Patch operation for an HTTP PATCH request.
Export
PatchOperation