update_task
Update an existing task by sending only the fields that need to change. Adjust status, priority, assignee, due date, notes, and other task properties.
Instructions
Update an existing task. Only send fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task numeric ID | |
| hint | No | ||
| notes | No | ||
| status_id | No | ||
| is_private | No | ||
| percentage | No | ||
| category_id | No | ||
| keep_unread | No | ||
| priority_id | No | ||
| sub_type_id | No | ||
| due_datetime | No | ||
| is_monitored | No | ||
| assigned_to_id | No | ||
| problem_type_id | No | ||
| problem_description | No |