Reopen a Task

reopen(id)

const myClient // an authorized client instance
myClient.task.reopen(123456789) // The task is now open (uncompleted)

Last updated