Add task to section
POST
/api/v1/sections/{gid}/tasks
Add a task to a section.
Args: gid: Section GID. body: Task GID to add.
Returns: No content on success.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” gid
required
Gid
string
Request Body required
Section titled “Request Body required ” AddTaskToSectionRequest
Request body for adding a task to a section.
Per FR-API-SECT-005: Add task to section endpoint.
Attributes: task_gid: GID of the task to add.
object
task_gid
required
Task Gid
Task GID to add
string
Responses
Section titled “ Responses ”Successful Response
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string