/time_tracking_categories/{time_tracking_category_gid}Update a time tracking category
Updates the properties of a time tracking category. Supply only the fields you want to change in the data object; unspecified fields remain unchanged. The response contains the complete updated time tracking category record, and the operation requires the time_tracking_categories:write scope.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The time tracking category fields to update. Provide the fields inside the data object; omitted fields remain unchanged.
A 400 is returned when a parameter or request field is missing or malformed. A 401 is returned without a valid authentication token, and a 403 is returned when the authenticated user lacks permission to update the category or the time_tracking_categories:write scope. A 404 indicates that the category does not exist, while a 500 indicates a server-side failure; opt_fields values must use the documented property names.