mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 00:41:35 -05:00
Throw error if postage parameter for precompiled POST request incorrect
This commit is contained in:
@@ -240,7 +240,7 @@ post_precompiled_letter_request = {
|
||||
"properties": {
|
||||
"reference": {"type": "string"},
|
||||
"content": {"type": "string"},
|
||||
"postage": {"type": "string"}
|
||||
"postage": {"type": "string", "format": "postage"}
|
||||
},
|
||||
"required": ["reference", "content"],
|
||||
"additionalProperties": False
|
||||
|
||||
Reference in New Issue
Block a user