The rename action renames a file.
Required Fields
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 3 years ago