mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Merge pull request #2463 from alphagov/remove-domain-required-letter-branding-schema
Don’t require a domain when updating the letter branding
This commit is contained in:
@@ -7,5 +7,5 @@ post_letter_branding_schema = {
|
||||
"filename": {"type": ["string", "null"]},
|
||||
"domain": {"type": ["string", "null"]},
|
||||
},
|
||||
"required": ("name", "filename", "domain")
|
||||
"required": ("name", "filename")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user