Update a task
Update an existing task
Authorizations
OAuth 2.0 Bearer Token from Clerk authentication
Headers
Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.
Path Parameters
The task ID
Body
Task title
"Updated task title"
Task description
Deadline for the task
Whether this is an all-day task
Task status
todo, done Task priority
low_priority, medium_priority, high_priority, urgent_priority When true, only the creator, assignee (or members of the assigned team), and collaborators can see this task.
Associate task with a household
Associate task with a contact
Associate task with a business
User ID from the relevant book users list to assign the task to
Team ID to assign the task to (mutually exclusive with assigned_to_id)
Response
task updated
The task ID
"abc123xyz"
Task title
"Follow up with client"
Whether this is an all-day task
Task status
todo, done When the task was created
When the task was last updated
Task description
Deadline for the task
Task priority
low_priority, medium_priority, high_priority, urgent_priority When true, only the creator, assignee (or members of the assigned team), and collaborators can see this task. Use for sensitive tasks like HR or payroll.
When the task was completed
The associated record (household, contact, or business) this task is linked to