Create department gate
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
POST /department/gates
Operation
Operation ID: createDepartmentGate
Create department gate
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: application/json
{
"$ref": "#/components/schemas/DepartmentGateCreate"
}
Responses
Status | Description | Content Types |
|---|---|---|
201 | Department gate created successfully | application/json |
Schema for response 201 (application/json):
{
"$ref": "#/components/schemas/DepartmentGate"
}
17 March 2026