mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-20 14:29:25 -04:00
remove letters from app/template
This commit is contained in:
@@ -19,7 +19,7 @@ post_create_template_schema = {
|
||||
},
|
||||
"if": {
|
||||
"properties": {
|
||||
"template_type": {"enum": ["email", "letter"]}
|
||||
"template_type": {"enum": ["email"]}
|
||||
}
|
||||
},
|
||||
"then": {"required": ["subject"]},
|
||||
|
||||
Reference in New Issue
Block a user