Interface ChangeFileOperation

ChangeFileOperation for creating, updating or deleting a file

Hierarchy

  • ChangeFileOperation

Properties

content?: string

new or updated file content, must be base64 encoded

from_path?: string

old path of the file to move

operation: "create" | "update" | "delete"

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

Generated using TypeDoc