todo_update
Update the status, title, description, priority, or project path of a specific todo item using its ID.
Instructions
Update a todo item status or details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Todo item ID | |
| status | No | New status | |
| title | No | ||
| description | No | ||
| priority | No | ||
| project_path | No |