update_entry
Edit fields like description, duration, start time, or project on an existing time entry. Only entries created by the same token can be modified.
Instructions
Edit one or more fields on an existing time entry. Any combination is valid; unset fields are left as-is. Server-enforced authorship rule: this token can only edit entries it created itself (sessions and admins bypass).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entry id (uuid). | |
| description | No | New description / note. Pass empty string or null to clear. | |
| duration | No | New duration, e.g. "1h30m" or "45m". | |
| startTime | No | ISO-8601 start time. | |
| endTime | No | ISO-8601 end time. | |
| project | No | Reassign — project id or name. | |
| rate | No | New rate — id or name. |