v1

latestOpenAPI 3.0.3MIT2026-07-24122271451.2 KB
Folders

Rename Documents Folder

Rename Documents Folder.

For the full list of folder operations and their limitations, see Organize Documents and Folders.

put/public/v1/documents/folders/{id}

Path parameters

idstring required

The UUID of the folder that you are renaming.

Request body

namestring required

Provide a new name for the folder.

Example request

{
  "name": "Another document folder'"
}

Response

OK

uuidstring
namestring
date_createdstring

Example response

{
  "uuid": "Nq8htXxFssmhRxAPSP4SBP",
  "name": "Another document folder",
  "date_created": "2021-10-15T10:43:04.103331Z"
}