update_task
Update an existing task by modifying its description, hourly rate, project assignment, or custom fields.
Instructions
Update an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID (hashed string) | |
| description | No | Task description | |
| rate | No | Hourly rate | |
| project_id | No | Project ID | |
| custom_value1 | No | Custom field 1 | |
| custom_value2 | No | Custom field 2 |