update_task
Update an existing task by modifying its name, billing settings, or activity status. Only specified fields are changed.
Instructions
Update an existing task. Can modify task name, billing settings, and activity status. Only provided fields will be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the task to update (required) | |
| name | No | Update task name | |
| is_active | No | Update active status | |
| is_default | No | Update default task status | |
| billable_by_default | No | Update default billing status | |
| default_hourly_rate | No | Update default hourly rate |