v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
Folder API

Update Folder

Rename and/or move a folder. Include the parent field to move the folder (set parent_folder_id to move under another folder, or leave it unset to move to the root).

put/v2/folders/{id}

Path parameters

idstring required

The ID of the folder. The owning team is resolved from the folder.

Request body

namestring nullable

New name. Omit to leave the name unchanged.

Response

Success