Complete Todo
panelTodo_completeMark a todo as complete using its ID to remove it from the list and keep your task view updated.
Instructions
Mark a todo as complete and remove it from the list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The todo ID to complete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| success | Yes |