Skip to main content
PATCH
Update 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".

time_category_id
string
required

Time Category ID.

Body

application/json
name
string | null
billable_default
boolean | null
color
string | null
archived
boolean | null

Pass true to archive (soft-delete) this category.

Response

Updated time category

time_category
object