Updates an existing task by its task_id. Marking a task as DONE or CANCELLED sets completed_at; moving out of those states clears it. Updating account_id is only supported for manually created tasks.
Documentation Index
Fetch the complete documentation index at: https://docs.monaco.com/llms.txt
Use this file to discover all available pages before exploring further.
Request body for updating a task via PATCH.
Title of the task
"Send follow-up proposal"
Detailed description of the task
"Send the updated pricing proposal to the procurement team"
Current status of the task. One of TODO, DONE, CANCELLED.
"DONE"
ID of the account to associate the task with. Only supported for manually created tasks.
User ID to assign the task to
Due date and time for the task
"2025-07-01T17:00:00Z"
Draft message contents. Only valid when the task's task_type is EMAIL. Replaces the existing draft when provided.