Rename

The rename action renames a file.

Required Fields

KeyDescription

type

The action type. Must be set as "rename"

rename_to

example.txt

Example

{
    "type":"rename",
    "rename_to":"example.txt"
}

The "rename_to" field can include custom path as detailed in Paths

Last updated