• FAQ
  • API
  • Tasks
  • Closing a task through API: complete_task

Closing a task through API: complete_task


Sample complete_task request

?action=complete_task&id_task=TASK_ID
Completes selected (sub)task

Required parameters:
  • id_task — task ID

Sample JSON response
If the request succeeds, the response will contain ok status

{
    "status": "ok"
}