Hey @Rubs, POST /sections/<section-id>/addTask
is now live in production. The endpoint will take in a task
as a required parameter and insert_before
and insert_after
as optional parameters. If one of insert_before
or insert_after
are not provided, the task
will be inserted to the top of the section by default.
Note that since we are deprecating task-sections, this endpoint will not accept them as valid sections.