task_update.RdUpdate a task
task_update(
  project_id,
  task_id,
  name,
  billable = NULL,
  status = NULL,
  assignee_id = NULL
)Project ID
Task ID
Task name
Is the task billable?
Is the task ACTIVE or DONE?
Assignee ID
if (FALSE) {
task_update("630ce53290cfd8789366fd49", "630ce57e25e863294e5c6cf2", "Tests")
task_create("630ce53290cfd8789366fd49", "630ce80a7f07da44c14ca9a2", "Docs", FALSE)
}