update_time_entry
Update an existing time entry's details, including project, task, billable status, start/end times, and description.
Instructions
Update an existing time entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The time entry UUID | |
| task_id | No | Task UUID | |
| billable | No | Whether billable | |
| end_time | No | End time (ISO 8601) | |
| project_id | No | Project UUID | |
| start_time | No | Start time (ISO 8601) | |
| description | No | What was worked on |