mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 21:48:49 -04:00
remove service letter contact model
This commit is contained in:
@@ -5,7 +5,7 @@ add_service_data_retention_request = {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"days_of_retention": {"type": "integer"},
|
||||
"notification_type": {"enum": ["sms", "letter", "email"]},
|
||||
"notification_type": {"enum": ["sms", "email"]},
|
||||
},
|
||||
"required": ["days_of_retention", "notification_type"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user