Tasks & My Day
updateTodo
Update To-do
Update a Task's text, priority, or due date.
Arguments
idstringrequiredThe ID of the todo to updatetextstringoptionalNew text for the todonotestringoptionalThe SHARED note: the task's description body. Everyone with access to the task or its list reads it, and a public task link renders it. Write here only what the user meant everyone to see. The title stays in text.privateNotestringoptionalThe PRIVATE note. The task's owner alone ever reads it: it is stripped from every read that reaches anyone else and from every shared-link payload, and sharing the task never promotes it. This is the DEFAULT home for a note you author…prioritystringoptionalNew priority leveldueDatestring | nulloptionalNew due date in ISO format, or null to clearstatusIdstringoptionalNew workflow status IDprojectIdstring | nulloptionalCloud Project ID, from listProjects or createProject; null detachesparentIdstring | nulloptionalParent Task IDlabelIdsstring[]optionalTask label IDsassigneeIdsstring[]optionalSpace member user IDs
Returns
The registry does not declare a return shape.
Ask for it
The Cloud routes these requests to this verb.
- change that task
- reschedule the to-do
- bump its priority
Pair it with
The verbs that finish the job.