• FAQ
  • API
  • Tasks
  • Reopening a task through API: reopen_task

Reopening a task through API: reopen_task


Sample reopen_task request

?action=reopen_task&id_task=TASK_ID
Reopens selected completed (sub)task

Required parameters:
  • id_task — task ID

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

{
    "status": "ok"
}