mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-05 21:38:25 -04:00
reformat
This commit is contained in:
@@ -7,7 +7,7 @@ add_service_data_retention_request = {
|
||||
"days_of_retention": {"type": "integer"},
|
||||
"notification_type": {"enum": ["sms", "email"]},
|
||||
},
|
||||
"required": ["days_of_retention", "notification_type"]
|
||||
"required": ["days_of_retention", "notification_type"],
|
||||
}
|
||||
|
||||
|
||||
@@ -19,5 +19,5 @@ update_service_data_retention_request = {
|
||||
"properties": {
|
||||
"days_of_retention": {"type": "integer"},
|
||||
},
|
||||
"required": ["days_of_retention"]
|
||||
"required": ["days_of_retention"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user