Update task
twenty_update_taskUpdate fields on an existing task. Only provided fields change. Twenty REST: PATCH /rest/tasks/{id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task id to update. | |
| body | No | Task body / description. | |
| dueAt | No | Due date/time (ISO 8601). | |
| extra | No | Passthrough object of additional/custom fields merged into the request body verbatim. | |
| title | No | The task title. | |
| status | No | Task status — e.g. TODO, IN_PROGRESS, DONE. | |
| assigneeId | No | Id of the workspace member assigned to the task. |