v1

latestOpenAPI 3.1.02026-07-226875162.5 KB
Folder

Reorder Folders

Set the display order of sibling folders. Provide every sibling's ID in the desired order; positions are assigned by array index. The workspace is inferred from the first folder ID.

Requires edit access.

post/v1/external/folders/reorder

Request body

orderedFolderIdsstring[] required

Folder IDs in their new display order; positions are assigned by array index. All folders must belong to the same workspace, which is inferred from the first ID.

Example request

{
  "orderedFolderIds": [
    "12346",
    "12345",
    "12347"
  ]
}

Response

Display order updated