Move
The move action copies a file then removes the original object. Effectively moving the file.
Required Fields
Key
Description
type
The action type. Must be set as "move"
move_to
example.txt
Example
{
"type":"move",
"move_to":"/destination_folder/"
}
The "move_to" field can include custom path as detailed in Paths
Last updated
Was this helpful?