Skip to main content
PUT
Update a department.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Path Parameters

department_id
string
required

Body

application/json

Department update data

Request body for updating a department

companyId
string
required

Company ID

color
string

Department color (hex code)

description
string

Department description

name
string

Department name

Response

Updated department

Department object

color
string

Department color (hex code)

companyId
string

Company ID

created
number

Creation timestamp

description
string

Department description

id
string

Department ID

name
string

Department name

updated
number

Last update timestamp