Update a task
Updates an existing task by ID. Only included fields and relationships are modified.
The $note relationship is read-only — manage notes via their own relationships.
Supports idempotency via the Idempotency-Key header.
Required scope: tasks:update
Rate limit category: Write
post/v1/tasks/{id}
Path parameters
idstring required
Unique identifier of the task to update.
Headers
Lightfield-Version'2026-03-01' required
Required API version header. Requests may error without it.
Request body
Response
OK