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