Skip to main content
POST
Create a time category

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

Body

application/json
name
string
required
Example:

"Internal meetings"

billable_default
boolean | null
color
string | null
Example:

"fog"

Response

Time category created

time_category
object