Update Task
Partially updates a task. Send only the fields you want to change — omitted fields are left unchanged.
assignees, when provided, replaces the existing assignee list and must
reference users in the same company — a non-member user ID is rejected with
a 400 error.
Required permission: company.task:update
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Task identifier
Body
Any subset of the task's mutable fields
Task name
Task description
Task completion status
Not Complete, Complete Task deadline as an ISO 8601 date-time string
Entity to link the task to, or null to unlink it.
Company user IDs to assign the task to (replaces the existing list)
Response
Task updated successfully
A task entity.
Task identifier
Task name
Task description (empty string if none)
Task completion status
Not Complete, Complete Task deadline as an ISO 8601 date-time string
Snapshot of the entity this task is linked to (e.g. a claim or policy),
or null when the task is not linked to any entity.
Company user IDs the task is assigned to
User ID who created the task
When the task was created
When the task was last updated
