Edit time entry
entry_editUpdate specific fields of an existing time entry without altering other data. Pass only the fields to change—such as task, project, start, end, minutes, rate, note, tags, or billable—to modify the entry.
Instructions
Change fields of an existing entry. Only the fields you pass are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entry id from entry_list | |
| end | No | ISO 8601 | |
| note | No | ||
| rate | No | Hourly rate override for this entry, a number or words like '90 euros' | |
| tags | No | ||
| task | No | ||
| start | No | ISO 8601 | |
| minutes | No | New duration in minutes, keeps start | |
| project | No | ||
| billable | No | ||
| currency | No | Currency of the rate, e.g. EUR |