/time_tracking_entries/{time_tracking_entry_gid}Update a time tracking entry
Updates an existing time tracking entry. Send only the fields you want to change in the data object so that unspecified values remain unchanged. Fields requiring the Timesheets and Budgets add-on return a premium-access error when that add-on is unavailable.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The fields to update on the time tracking entry; unspecified fields remain unchanged.
A 400 is returned when a parameter or request value is missing or malformed. A 401 is returned when a valid authentication token is not provided, a 402 is returned when time tracking or a submitted premium field is unavailable on the domain's plan, and a 403 is returned when the authenticated user lacks access. A 404 is returned when the time tracking entry or specified object does not exist, while a 500 indicates a server-side problem. billable_status must be one of billable, nonBillable, or notApplicable, and categories can contain at most one category.