R/tasks.R
reopen_task.Rd
Reopen (uncomplete) a task
reopen_task(task_id, verbose = TRUE, token = get_todoist_api_token())
id of the task to reopen
boolean that make the function verbose
todoist API token
id of the reopened task (invisible)
if (FALSE) { # \dontrun{ reopen_task("12345") } # }