Skip to main content
PATCH
Update a task’s details. Set is_completed to true to mark a task as done — this automatically records the completion timestamp and the completing user. You can also update the linked opportunity, property, or person references.
string
required
Task ID.
string
Task title (1-500 characters).
string | null
Task description (max 5,000 characters). Set to null to clear.
string | null
Link to a CRM opportunity. Set to null to unlink.
string | null
Link to a property. Set to null to unlink.
string | null
Link to a person. Set to null to unlink.
integer | null
User ID to assign. Set to null to unassign.
boolean
Set to true to complete, false to reopen.
string | null
Due date (ISO 8601). Set to null to clear.
integer
Display order.