Move
The move action copies a file then removes the original object. Effectively moving the file.
Key
Description
{
"type":"move",
"move_to":"/destination_folder/"
}Last updated
The move action copies a file then removes the original object. Effectively moving the file.
Required Fields
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