Update tasks
task_updateUpdate task statuses in one atomic write. All task IDs are validated before saving; an unknown ID blocks the entire update and reports the invalid entries.
Instructions
Update the status of one or more tasks in a single all-or-nothing write: every taskId is validated before anything is stored, so one unknown id leaves the change untouched and the error lists the bad entries. An optional note is appended to the task's notes. One aggregate journal entry is written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Task updates to apply together; all are validated before any write. | |
| changeId | No | Change id. Defaults to the active change; an unknown id is a clean error. | |
| workspace | No | Workspace name (see workspace_list). Defaults to the primary workspace. |