Skip to main content
PATCH

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

companyId
string<uuid>
required

Company identifier

folderId
string<uuid>
required

Folder identifier

Body

application/json
name
string

New folder name (non-empty)

parentFolderId
string<uuid> | null

New parent folder ID, or null to move to root

Response

Folder updated successfully

A folder in the company file hierarchy

id
string<uuid>

Folder identifier

name
string

Folder name

category
string | null

Optional category label

parentFolderId
string<uuid> | null

Parent folder ID, or null for root-level folders

createdAt
string<date-time> | null

When the folder was created (ISO 8601)