Edit task
hortusfox_edit_taskUpdate a task's title, due date, description, recurrence, or completion state in HortusFox.
Instructions
Edit an existing task by ID, including toggling its done state. Endpoint: /api/tasks/edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| done | No | Set the task done/completed state. | |
| task | Yes | The task ID to edit. | |
| title | No | Updated title. | |
| due_date | No | Updated due date (e.g. YYYY-MM-DD). | |
| description | No | Updated description. | |
| recurring_time | No | Updated recurrence interval count. | |
| recurring_scope | No | Updated recurrence scope/unit. |