Time Entries
Update time entry
Replace a time entry's start, end, and description. Setting endTime closes a running entry and fills in its duration.
put/time-entry/{id}
Path parameters
idstring required
Request body
Example request
{
"startTime": "2026-01-31T09:00:00Z",
"endTime": "2026-01-31T09:00:00Z"
}Response
The updated time entry