folders
Update Folder Handler
Update a folder (rename and/or move).
To rename: provide name field.
To move: provide parent_path_part_id field.
Both can be done in a single request.
PATCH
Update Folder Handler
Headers
Path Parameters
Cookies
Body
application/json
Response
Successful Response
Folder response model.
Path part type
Available options:
FOLDER Folder ID
PathPart ID
Folder name
Parent PathPart ID
Full materialized path from root
Whether this folder is system-managed
Tenant ID
Creation timestamp
Last update timestamp
Tags attached to this folder
Previous
List Folder Contents HandlerList all contents (folders and documents) under a folder.
Returns a discriminated union of FolderResponse and DocumentResponse items,
distinguished by the `part_type` field ("FOLDER" or "DOCUMENT").
When with_tags=true, each item includes a tags field with the full tag objects.
This is the preferred way to list folder contents when you need document metadata.
For generic path traversal of folders only, use GET /path-parts.
Next
Update Folder Handler
