Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 431 Bytes

PatchOperation.md

File metadata and controls

15 lines (7 loc) · 431 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 Object A JSON value used in "add", "replace", and "test" operations