mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
Update /service/{}/notifications to look for a "to" query string, if it exists call the search notifications_by_to_field method.
This commit is contained in:
@@ -492,6 +492,7 @@ class NotificationsFilterSchema(ma.Schema):
|
||||
include_from_test_key = fields.Boolean(required=False)
|
||||
older_than = fields.UUID(required=False)
|
||||
format_for_csv = fields.String()
|
||||
to = fields.String()
|
||||
|
||||
@pre_load
|
||||
def handle_multidict(self, in_data):
|
||||
|
||||
Reference in New Issue
Block a user