mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Add operator channel to broadcast settings route
Looks identical to the government channel in terms of the interface
This commit is contained in:
@@ -4,7 +4,7 @@ service_broadcast_settings_schema = {
|
||||
"type": "object",
|
||||
"title": "Set a services broadcast settings",
|
||||
"properties": {
|
||||
"broadcast_channel": {"enum": ["test", "severe", "government"]},
|
||||
"broadcast_channel": {"enum": ["operator", "test", "severe", "government"]},
|
||||
"service_mode": {"enum": ["training", "live"]},
|
||||
"provider_restriction": {"enum": ["three", "o2", "vodafone", "ee", "all"]}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user