Edit a time entry
time.update_entryUse this when the user corrects a duration, description, project, date, times, tags, or billable flag on an existing entry. Requires the entry id (from time.list_entries or a previous log result). Cannot edit entries already on a sent invoice; returns an error explaining why. Returns the previous and updated entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| date | No | ||
| rate | No | ||
| tags | No | ||
| start | No | ||
| project | No | ||
| billable | No | ||
| duration | No | ||
| entry_id | Yes | ||
| description | No |