Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 726 Bytes

ProjectPatchInput.md

File metadata and controls

13 lines (8 loc) · 726 Bytes

ProjectPatchInput

Properties

Name Type Description Notes
op str Patch operation to perform, one of "add", "remove", "replace" [optional]
path str Path to the field to patch, example: "/color" [optional]
value object Value to set when operation is "add" or "replace", example: "#000000". The value type actually depends on the field being patched. [optional]

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