Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 803 Bytes

PatchOperation.md

File metadata and controls

14 lines (9 loc) · 803 Bytes

PatchOperation

Properties

Name Type Description Notes
op str The type of operation to perform
path str A JSON Pointer string specifying the part of the document to operate on
value bool, date, datetime, dict, float, int, list, str, none_type A JSON value used in "add", "replace", and "test" operations [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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