update_todo
Modify an existing todo's name, description, or content using its unique ID.
Instructions
Update an existing todo list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Todo ID | |
| name | No | New name | |
| description | No | New description | |
| content | No | New content |