/sections/{section_gid}/addTaskAdd a task to a section
Adds an existing task to a specific section in a project. Supply task and optionally place it with insert_before or insert_after; adding the task removes it from other sections in the project. The task is placed at the top by default, and separators cannot be added.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The task to add to the section and its optional insertion location.
A 400 is returned when the request is missing or malformed. A 401 is returned when no valid authentication token is provided, and a 403 is returned when the authenticated user lacks permission to modify the section. A 404 is returned when the section or task does not exist, while a 500 indicates a server-side failure; task must identify an existing task, and insert_before and insert_after cannot be supplied together.