The following macros are not currently supported in the header:
  • style

Progress Task Status

Progress a task object.

[POST|PUT] /tasks/:task_id/progressions/[start|done]

This will auto progress a task to either the "start" (started status) or "done" (completed status). For more progression please see Progressionss

Handling the response

Please see the get task endpoint for handling the response.