DevelopersAPI referenceCronCrunchEntries
Delete an entry
Owner-scoped delete.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/time-entries/string"{ "message": "string"}Update an entry
Partial update. projectId must be readable by the caller (their own or an org-shared project). startedAt/endedAt are strict RFC3339; durationSeconds recomputes endedAt from startedAt (rejected on a running timer). endedAt must not precede startedAt; duration_seconds is recomputed whenever times change.
List tags
The caller's tags in the org window, ordered by name ascending.