Skip to main content
PATCH
Update folder

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

folderId
string
required

The ID of the folder to update.

Pattern: \d+

Body

application/json
name
string

The new name for the folder.

parentFolderId
integer<int64>

The ID of the parent folder to which this folder will be moved.

Response

successful operation

archived
boolean
required

A boolean indicating whether the folder is archived.

createdAt
string<date-time>
required

The date and time when the folder was created, in ISO 8601 format.

id
string
required

The unique ID for the folder, represented as a string.

updatedAt
string<date-time>
required

The date and time when the folder was last updated, in ISO 8601 format.

archivedAt
string<date-time>

The date and time when the folder was archived, in ISO 8601 format.

name
string

The name of the folder, represented as a string.

parentFolderId
string

The unique identifier of the parent folder, represented as a string.

path
string

The path of the folder within the file system, represented as a string.

Last modified on September 9, 2026