Move a file between folders

This call moves a file from one folder to another. Moving of files is only allowed within the same project.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the file that you want to move.

Body Params
string
required

Specifies the target folder by using its ID. To find out the folder ID, use the list folder contents call for its parent folder.

string

Specifies a new name for a file in case you want to rename it. If you want to use the same name, omit this key.

Headers
string
required

Your Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json