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
version
integer<int64>

Current optimistic-concurrency version.

Required range: x >= 1
time_category_id
string | null
category_id
string | null

Legacy alias for time_category_id.

description
string | null
billable
boolean | null
confirm_review
boolean | null

Set true to confirm an entry that is flagged as needing review; false is rejected.

duration_seconds
integer<int64> | null
Required range: x >= 1
started_at
integer<int64> | null

unix timestamp in seconds

Example:

1608742037016

Response

Updated time entry

time_entry
object

A durable work record. Card ownership metadata is captured when the entry is created, so later card moves or renames do not retroactively change historical reports.