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