Create Folder
folders:write role.
Request
Headers
| Header | Required | Description |
|---|---|---|
X-API-Key | Yes | Your API key |
Content-Type | Yes | application/json |
Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Folder name |
parent_id | string | No | Parent folder ID for nesting |
Example
Response
Status: 201 CreatedErrors
| Code | Description |
|---|---|
| 404 | Parent folder not found |