Time tracking
Update a time entry
Updates editable fields of a time entry. Returns 409 if the entry is locked.
PATCH
Update a time entry
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Time Entry ID (client-supplied ULID).
Body
application/json
Response
Updated time entry
Previous
Delete a time entrySoft-deletes a time entry by stamping `deleted_at`. Locked entries return 409.
Next
Update a time entry