v1

latestOpenAPI 3.0.02026-07-24990169.2 KB

Move folders to a new destination folder/team/user.

Requires scope folder:write.

patch/folders/move

Request body

foldersnumber[] required

IDs of folders that should be moved to the new destination. Must be accessible by the authenticated user. Not more than 1000 are allowed per request.

Example request

{
  "destination": {
    "folderId": 123,
    "teamId": "ABCdEFgh",
    "workspace": "my-workspace"
  }
}

Response

Successful