iyke_todo_update
Modify specific fields of an existing todo without affecting other data. For the common case of marking done, use the complete tool.
Instructions
Partial update of a todo. Only supplied fields are changed. Pass status="done" or use iyke_todo_complete for the common case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | ||
| title | No | ||
| status | No | ||
| assignee | No | ||
| blocker_id | No |