Skip to main content
PUT
Update a department

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Department ID

Body

application/json

Department object that needs to be updated

name
string
required

The name of the department

Response

200 - application/json

Object

data
object
meta
object