API ReferenceFile Management

Move File

PUT/api/v1/files/{fileId}/move

Move a file to a different folder. Set folderId to null to move the file to the root directory.

Headers

AuthorizationstringRequired

Bearer token for authentication

Content-TypestringRequired

application/json

Path Parameters

fileIdstringRequired

The unique identifier of the file to move

Body

folderIdstringRequired

The destination folder ID. Use null to move to root.

PUT/api/v1/files/{fileId}/move
Response