Digital Asset Management (DAM)
Managing assets
Move file
This will move a file and all its versions from one folder to another.
Note: If any file at the destination has the same name as the source file, then the source file and its versions will be appended to the destination file.
post/v1/files/move
Request body
Example request
{
"sourceFilePath": "/path/to/file.jpg",
"destinationPath": "/folder/to/move/into/"
}Response
File moved successfully.
object required