Skip to main content
PATCH
Update Folder
Renames an existing folder. The new name must be unique within the folder’s parent (or at root level). The folder must belong to a workspace accessible by the authenticated user.

Authorizations

X-API-KEY
string
header
required

Path Parameters

folder_id
integer
required

The ID of the folder to update.

Body

application/json
name
string
required

The new name for the folder. Must be unique within its parent folder.

Required string length: 1 - 255

Response

Folder updated successfully

success
boolean

Indicates if the operation was successful

folder
Folder · object