RevisionFileAction

Action to perform on a file in a revision
  • UPDATE
    Update an existing file or create if it doesn't exist (default)
  • CREATE
    Create a new file (returns error if the file already exists)
  • DELETE
    Delete a file (no-op if the file doesn't exist; idempotent)