/time_tracking_categoriesCreate a time tracking category
Creates a new time tracking category in a workspace. Supply workspace and name in the data object, and use color when you want to set the category color. The response contains the newly created time tracking category.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Information for the time tracking category to create.
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, and a 403 is returned when the authenticated user cannot access the requested objects or properties. A 404 is returned when the method, path, or specified object is not recognized, while a 500 indicates a server-side problem. The authenticated user must have the time_tracking_categories:write scope, and workspace and name must be supplied in data.