bort_task_update
Update an existing task by task_id, sending only the fields that changed such as title, status, notes, priority, or deadline.
Instructions
Обновить задачу по task_id (передаются только изменяемые поля)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| title | No | ||
| status | No | ||
| task_id | Yes | ||
| deadline | No | ||
| priority | No |