v1
latestOpenAPI 3.1.02026-08-04821427.6 KB/time-tracking/employees/:id/time-entries/:uuid
Updates an existing time entry. At least one of clock_in_time, clock_out_time, or note must be provided. Supports both user and account tokens. Required scope: w_time_tracking.
patch/time-tracking/employees/{key}/time-entries/{uuid}
Path parameters
keystring required
SPI key of the employee
uuidstring required
UUID of the time entry
Request body
Response
- Returns the updated entry with its current fields. Time strings are in UTC (with Z suffix).
Example response
{
"type": "clock-out",
"uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"clock_in_time": "2024-09-27T10:00:00.000Z",
"clock_out_time": "2024-09-27T18:00:00.000Z"
}