Update Todo
panelTodo_updateUpdate an existing todo item's text in Panel Todo. Provide the todo ID and new text to modify it directly from VS Code.
Instructions
Update the text of an existing todo item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The todo ID to update | |
| text | Yes | The new todo text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo | No | ||
| message | Yes | ||
| success | Yes |