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