mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
- is_default is required on the add_service_email_reply_to_request schema
- Added check that the service exists for the POST reply-to methods. - Added tests
This commit is contained in:
@@ -7,5 +7,5 @@ add_service_email_reply_to_request = {
|
||||
"email_address": {"type": "string", "format": "email_address"},
|
||||
"is_default": {"type": "boolean"}
|
||||
},
|
||||
"required": ["email_address"]
|
||||
"required": ["email_address", "is_default"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user