Digital Asset Management (DAM)
Managing folders
Move folder
This will move one folder into another. The selected folder, its nested folders, files, and their versions are moved in this operation. 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 version history.
post/v1/bulkJobs/moveFolder
Request body
Example request
{
"sourceFolderPath": "/path/of/source/folder",
"destinationPath": "/path/of/destination/folder"
}