Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 809 Bytes

File metadata and controls

28 lines (16 loc) · 809 Bytes

ChangeFileOperation

ChangeFileOperation for creating, updating or deleting a file

Properties

Name Type Description Notes
content String new or updated file content, must be base64 encoded [optional]
fromPath String old path of the file to move [optional]
operation OperationEnum indicates what to do with the file
path String path to the existing or new file
sha String sha is the SHA for the file that already exists, required for update or delete [optional]

Enum: OperationEnum

Name Value
CREATE "create"
UPDATE "update"
DELETE "delete"