mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-20 14:29:25 -04:00
@@ -7,9 +7,7 @@ add_service_data_retention_request = {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"days_of_retention": {"type": "integer"},
|
||||
"notification_type": {
|
||||
"enum": [NotificationType.SMS.value, NotificationType.EMAIL.value]
|
||||
},
|
||||
"notification_type": {"enum": [NotificationType.SMS, NotificationType.EMAIL]},
|
||||
},
|
||||
"required": ["days_of_retention", "notification_type"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user