Skip to content

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.

gid
required
Gid
string
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
>= 1 characters

Successful Response

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string