Update tasks
tasks_updateChange a task: its state, or the result of doing it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task's id | |
| title | No | New title | |
| detail | No | New detail | |
| result | No | What came of it — the answer, the outcome, what was found | |
| status | No | todo, doing or done |