update_time_entry
Update an existing time entry by modifying project, task, hours, notes, or other fields. Only the fields you specify 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 | |
| project_id | No | Update the project ID | |
| task_id | No | Update the task ID | |
| spent_date | No | Update the spent date (YYYY-MM-DD) | |
| started_time | No | Update start time in HH:MM format | |
| ended_time | No | Update end time in HH:MM format | |
| hours | No | Update decimal hours | |
| notes | No | Update notes | |
| external_reference | No |