Create a time entry
Creates a time entry. The client must supply a ULID as id; if an entry with that id already exists,
the server returns the existing entry with a 200 response. The billing rate is snapshotted at create time.
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".
Body
Time entry to create.
Client-supplied ULID. Repeating the same id makes the call idempotent.
"01HQK6Z9YJZ4M9JX8FVB6QXYAB"
Scope a time entry attaches to. card ties the entry to a specific card (and rolls up to its epic),
while category ties the entry to a workspace-level time category not associated with any card.
card, category "card"
"2700"
unix timestamp in seconds
1608742037016
1800
"Pairing with Alex on the API spec"
Defaults to the category default (or workspace default) when omitted.
Response
Existing time entry returned (idempotent replay)