フォルダを更新
Update a knowledge base folder’s name, parent, documents, or agents
承認
Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.
ヘッダー
API version header.
2026-03-01 "2026-03-01"
パスパラメータ
The ID of the folder.
ボディ
Fields to update on a folder. All fields are optional. Passing documents or agents replaces the full set — send an empty array to detach all documents or agents.
A new name for the folder. Must be unique among siblings.
1Move the folder under a new parent, or null to move it to the top level. Cannot create a circular reference.
The complete set of documents that should be in this folder. Documents not in the list are deleted. Pass an empty array to delete all documents in the folder.
The complete set of agents that have access to this folder. Agents not in the list have their access revoked. Pass an empty array to revoke access for all agents.
レスポンス
Folder updated.
The ID of the folder.
The ID of the parent folder, or null for top-level folders.
The folder's name.
When the folder was created.
Agents that have access to this folder.
Documents inside this folder.