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