update_task
Keep project data accurate by updating task details like title, description, time estimates, priority, or acceptance criteria.
Instructions
Update task details like title, description, estimates, or acceptance criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title for the task | |
| task_id | Yes | The ID of the task to update | |
| priority | No | New priority level | |
| description | No | New description | |
| estimated_minutes | No | New time estimate in minutes | |
| acceptance_criteria | No | New acceptance criteria |