Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 540 Bytes

PatchOperation.md

File metadata and controls

11 lines (8 loc) · 540 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

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