Time tracking
Create a time category
POST
Create a time category
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
application/json
Response
Time category created
Previous
Update a time categoryUpdates fields of a time category. Pass `archived: true` to archive (soft-delete).
Next
Create a time category