Update Task
freeagent_update_taskUpdate a task's details such as name, billable status, billing rate, period, or status in FreeAgent. Provide the task ID and any fields to change.
Instructions
Update an existing task in FreeAgent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The ID of the task to update | |
| name | No | Name of the task | |
| is_billable | No | Whether the task is billable | |
| billing_rate | No | Billing rate for the task | |
| billing_period | No | Billing period: hour, day, week, month, or year | |
| status | No | Task status: Active, Completed, or Hidden |