update_todo
Modify a todo's text, completion status, or line number in Sidvy notes to keep tasks current and organized.
Instructions
Update a todo's text, completion status, or line number
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todoId | Yes | Todo ID to update | |
| text | No | New todo text/description | |
| completed | No | Completion status | |
| lineNumber | No | New line number in the note |