diff --git a/ddpui/api/notifications_api.py b/ddpui/api/notifications_api.py index 2f6eeaff..415b221c 100644 --- a/ddpui/api/notifications_api.py +++ b/ddpui/api/notifications_api.py @@ -153,7 +153,7 @@ def mark_as_read(request, payload: UpdateReadStatusSchema): @notificationsapi.put("/v1", auth=auth.CustomAuthMiddleware()) -def mark_as_read(request, payload: UpdateReadStatusSchemav1): +def mark_as_read_v1(request, payload: UpdateReadStatusSchemav1): """ Bulk update of read status of notifications """