Skip to main content
PATCH
Rename or move folder

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Send folderId plus name, parentId, or both.

folderId
string
required
name
string

The new display name. Omit it to leave the name as it is.

Maximum string length: 60
parentId
string | null

Move the folder under this one, or null to move it to the top level. Omit the field to leave it where it is. A folder cannot be moved inside itself or one of its own subfolders.

Response

Successful response