Skip to main content
PUT
Update department

Authorizations

Authorization
string
header
required

Enter your JWT token in the format: Bearer

Body

Serializer for Department.

name
string
required
Minimum string length: 1
description
string
Minimum string length: 1

Response

200 - application/json

Serializer for Department.

id
string<uuid>
required
read-only
name
string
required
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
description
string