mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
Don't allow to set postage per template if no service permission
This commit is contained in:
@@ -17,7 +17,8 @@ post_create_template_schema = {
|
||||
"content": {"type": "string"},
|
||||
"subject": {"type": "string"},
|
||||
"created_by": uuid,
|
||||
"parent_folder_id": uuid
|
||||
"parent_folder_id": uuid,
|
||||
"postage": {"type": "string"},
|
||||
},
|
||||
"if": {
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user