update_time_entry
Update an existing time entry by modifying specific fields such as project, task, hours, notes, start/end times, and date. Only the provided fields are changed.
Instructions
Update an existing time entry. Can modify project, task, hours, notes, and other fields. Only provided fields will be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the time entry to update | |
| hours | No | Update decimal hours | |
| notes | No | Update notes | |
| task_id | No | Update the task ID | |
| ended_time | No | Update end time in HH:MM format | |
| project_id | No | Update the project ID | |
| spent_date | No | Update the spent date (YYYY-MM-DD) | |
| started_time | No | Update start time in HH:MM format | |
| external_reference | No |