v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
folders

Move folder

Moves a folder.

post/folders/{folderId}/move

Headers

Content-Typestring

Required for POST and PUT requests. Defines the structure for the request body.

Request body

destinationIdnumber required

The ID of the destination container.

destinationType'folder' | 'home' | 'workspace' nullable required

Type of destination container.

The "home" enum is Deprecated since March 25, 2025, and will be removed.

Response

Result object containing a success message, result code, and metadata of the moved folder's new container.

message'SUCCESS'

Message that indicates the request was successful.

resultCode0
  • '0' Success

Example response

{
  "message": "SUCCESS"
}