API Reference

/time-tracking/employees/:id/time-entries/:uuid

Updates an existing time entry for the specified employee. Required scope: w_time_tracking.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

SPI key of the employee

string
required

UUID of the time entry

Body Params
string

Updated ISO 8601 clock-in timestamp with timezone designator (UTC Z or numeric offset). Stored in UTC. Seconds and milliseconds are truncated to the start of the minute.

string

Updated ISO 8601 clock-out timestamp with timezone designator (UTC Z or numeric offset). Stored in UTC. Seconds and milliseconds are truncated to the start of the minute.

string | null

Updated note. Pass null to clear.

boolean

When true, archives any overlapping time entries.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json