mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
Add a service permission for uploading documents to Document Download
Service permission allows attaching a file to a notification API request that gets uploaded to Document Download API.
This commit is contained in:
@@ -238,6 +238,7 @@ SCHEDULE_NOTIFICATIONS = 'schedule_notifications'
|
||||
EMAIL_AUTH = 'email_auth'
|
||||
LETTERS_AS_PDF = 'letters_as_pdf'
|
||||
PRECOMPILED_LETTER = 'precompiled_letter'
|
||||
UPLOAD_DOCUMENT = 'upload_document'
|
||||
|
||||
SERVICE_PERMISSION_TYPES = [
|
||||
EMAIL_TYPE,
|
||||
@@ -249,6 +250,7 @@ SERVICE_PERMISSION_TYPES = [
|
||||
EMAIL_AUTH,
|
||||
LETTERS_AS_PDF,
|
||||
PRECOMPILED_LETTER,
|
||||
UPLOAD_DOCUMENT,
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user