Edit time entry
entry_editChange one logged entry by id; only the fields you pass move. minutes keeps start and moves end, an end at or before start is refused, tags REPLACES the list, and rate is hourly in MAJOR units.
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 |