Update Task
task_updateUpdate an existing time entry's start/end times, description, and billing status. Modify billable, paid, or billed flags as needed.
Instructions
Use this when the user wants to modify details of an existing time entry such as times, description, or billing status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task ID to update | |
| description | No | Updated task description | |
| startDateTime | No | Updated start time in ISO 8601 format | |
| endDateTime | No | Updated end time in ISO 8601 format | |
| billable | No | Updated billable status | |
| paid | No | Mark task as paid (for invoicing) | |
| billed | No | Mark task as billed (invoice sent to client) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the update was successful | |
| id | No | The updated task ID |