everhour_update_task_time
Update a task's logged time in Everhour by providing the task ID and optional details like date, duration, or comment. Use this to correct or adjust time entries.
Instructions
Update time for a specific task using the /tasks/{id}/time endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| date | No | Date in YYYY-MM-DD format | |
| time | No | Time in seconds (number) or human-readable format (string like "1h 30m", "90m", "5400s") | |
| comment | No | Comment for the time record |