v8

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-214977372.7 KB
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

sourceFolderPathstring required

The full path to the source folder you want to move.

destinationPathstring required

Full path to the destination folder where you want to move the source folder into.

Example request

{
  "sourceFolderPath": "/path/of/source/folder",
  "destinationPath": "/path/of/destination/folder"
}

Response

jobIdstring required

Unique identifier of the bulk job. This can be used to check the status of the bulk job.