everhour_update_time_record
Update an existing time record in Everhour using its ID. Adjust time, date, task, project, or comment to keep timesheets accurate.
Instructions
Update an existing time record in Everhour. Time can be specified in seconds or human-readable format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Time record ID | |
| date | No | Date in YYYY-MM-DD format | |
| task | No | Task ID to associate with the time record | |
| time | No | Time in seconds (number) or human-readable format (string like "1h 30m", "90m", "5400s") | |
| comment | No | Comment for the time record | |
| project | No | Project ID to associate with the time record |