update_project_task_assignment
Update a project task assignment by modifying its billable rate, budget, hourly rate, or active status. Only specified fields are changed.
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 |
|---|---|---|---|
| id | Yes | The task assignment ID to update (required) | |
| budget | No | Update budget allocation | |
| billable | No | Update billable status | |
| is_active | No | Update active status | |
| project_id | Yes | The project ID (required) | |
| hourly_rate | No | Update hourly rate |