Create Workspace Folder
POST/api/v1/workspaces/{workspaceId}/folders
Create a new folder in a workspace. Requires EDITOR role or higher.
Headers
AuthorizationstringRequired
Bearer token for authentication
Content-TypestringRequired
application/json
Path Parameters
workspaceIdstringRequired
The unique identifier of the workspace
Body
namestringRequired
Folder name (max 255 characters)
parentIdstringOptional
Parent folder ID. Omit or null for root level.
descriptionstringOptional
Optional folder description
colorstringOptional
Folder color (hex code)
POST/api/v1/workspaces/{workspaceId}/folders
Response