v1

latestOpenAPI 3.0.02026-07-13483586.3 KB
Departments

Create a new department

post/departments

Request body

namestring required

Response

Department created successfully

idinteger required
namestring required

Example response

{
  "id": 1,
  "name": "Management"
}