Update Task
Update the status and delegation of a single daily task.
Move a task through its lifecycle (for example to in_progress,
done, or dismissed), reprioritize it (priority), delegate it to a
teammate (assignee_user_id), or change its action_type. Only the fields
sent are changed; sending null clears an assignee or action type. Send at
least one field.
Authorizations
Path Parameters
Body
Update the status and delegation of a single task.
All fields are optional so status transitions and delegation can be changed
independently. Only the fields present in the request body are changed;
omitted fields are left unchanged. Setting assignee_user_id or
action_type to null clears it. Send at least one field.
Response
Successful Response
A single persisted daily task in the public contract shape.
Paste-ready instructions for an AI agent to execute this task.