workspace

Update workspace folder

Rename a folder, change its icon, and/or move it.

Sending parent_id: null moves the folder to the workspace root; leaving the field out keeps it where it is. Move and rename are applied together or not at all, and the new name is checked for a clash against the destination.

patch/api/workspace/folders/{folder_id}

Path parameters

folder_idstring required

Request body

namestring nullable
iconstring nullable
parent_idstring nullable

Response

Successful Response

idstring required
workspace_idstring required
namestring required
iconstring nullable
parent_idstring nullable
created_atstring date-time required
updated_atstring date-time required
file_countinteger

Changes