Digital Asset Management (DAM)
Managing folders
Copy folder
This will copy one folder into another. The selected folder, its nested folders, files, and their versions (in includeVersions is set to true) are copied 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/copyFolder
Request body
Example request
{
"sourceFolderPath": "/path/of/source/folder",
"destinationPath": "/path/of/destination/folder",
"includeVersions": true
}