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