v8

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

sourceFilePathstring required

The full path of the file you want to move.

destinationPathstring required

Full path to the folder you want to move the above file into.

Example request

{
  "sourceFilePath": "/path/to/file.jpg",
  "destinationPath": "/folder/to/move/into/"
}

Response

File moved successfully.

object required