Skip to main content
PATCH
Update a time entry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

time_entry_id
string
required

Time Entry ID (client-supplied ULID).

Body

application/json
description
string | null
billable
boolean | null
duration_seconds
integer<int64> | null
started_at
integer<int64> | null

unix timestamp in seconds

Example:

1608742037016

Response

Updated time entry

time_entry
object