mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 17:45:41 -04:00
Don’t require a domain when updating the letter branding
So the admin is free to stop passing it in.
This commit is contained in:
@@ -7,5 +7,5 @@ post_letter_branding_schema = {
|
|||||||
"filename": {"type": ["string", "null"]},
|
"filename": {"type": ["string", "null"]},
|
||||||
"domain": {"type": ["string", "null"]},
|
"domain": {"type": ["string", "null"]},
|
||||||
},
|
},
|
||||||
"required": ("name", "filename", "domain")
|
"required": ("name", "filename")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user