mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 21:48:49 -04:00
Optionally get notifications created w/ test key
This is only for the method that the admin app uses; it doesn’t affect the public get notifications endpoint.
This commit is contained in:
@@ -422,6 +422,7 @@ class NotificationsFilterSchema(ma.Schema):
|
||||
page_size = fields.Int(required=False)
|
||||
limit_days = fields.Int(required=False)
|
||||
include_jobs = fields.Boolean(required=False)
|
||||
include_from_test_key = fields.Boolean(required=False)
|
||||
|
||||
@pre_load
|
||||
def handle_multidict(self, in_data):
|
||||
|
||||
Reference in New Issue
Block a user