Digital Asset Management (DAM)
Managing folders
Rename folder
This API allows you to rename an existing folder. The folder and all its nested assets and sub-folders will remain unchanged, but their paths will be updated to reflect the new folder name.
post/v1/bulkJobs/renameFolder
Request body
Example request
{
"folderPath": "/path/of/folder",
"newFolderName": "new-folder-name",
"purgeCache": true
}