Update time entry
harvest_update_time_entryUpdate an existing time entry's hours, notes, spent date, or project/task. Only the fields you provide are changed. Harvest REST: PATCH /time_entries/{id}. WRITE — modifies data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | Change the duration in decimal hours, e.g. 2.25. | |
| notes | No | Change the notes. | |
| task_id | No | Reassign to a different task id. | |
| ended_time | No | Change the end time, e.g. '9:30am'. | |
| project_id | No | Reassign to a different project id. | |
| spent_date | No | Change the date, yyyy-mm-dd. | |
| started_time | No | Change the start time, e.g. '8:00am'. | |
| time_entry_id | Yes | The time entry id to update (required). |