update_project_task_assignment
Update an existing project task assignment's rates, budget, and active status. Only specified fields are modified.
Instructions
Update an existing project task assignment including rates, budget, and active status. Only provided fields will be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID (required) | |
| id | Yes | The task assignment ID to update (required) | |
| is_active | No | Update active status | |
| billable | No | Update billable status | |
| hourly_rate | No | Update hourly rate | |
| budget | No | Update budget allocation |