Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 551 Bytes

File metadata and controls

11 lines (8 loc) · 551 Bytes

# PatchOperation

Properties

Name Type Description Notes
op string The type of operation to perform
path string A JSON Pointer string specifying the part of the document to operate on
value mixed A JSON value used in "add", "replace", and "test" operations [optional]

[Back to Model list] [Back to API list] [Back to README]