latestOpenAPI 3.1.02026-08-211061591.1 MB
69a962f1578f
Sections
Update Section
Update a section.
post/api/v1/sections/{section_id}
Path parameters
section_idstring required
String ID of the section
Example:6fFPHV272WWh3gpW
Request body
Example request
{
"name": "Groceries",
"section_order": 12,
"is_collapsed": true,
"description": "Tasks for the launch plan"
}Response
Successful Response
Example response
{
"id": "6fFPHV272WWh3gpW",
"user_id": "1234567",
"project_id": "6XGgm6PHrGgMpCFX",
"added_at": "2025-01-15T10:30:00Z",
"updated_at": "2025-01-16T10:30:00Z",
"archived_at": "2025-01-17T10:30:00Z",
"name": "Groceries",
"description": "Tasks for the launch plan",
"section_order": 1,
"order_key": "a1V"
}