diff --git a/apps/notifications/api/notifications.py b/apps/notifications/api/notifications.py index 225b8a065aa5..afcce3564a2d 100644 --- a/apps/notifications/api/notifications.py +++ b/apps/notifications/api/notifications.py @@ -43,7 +43,8 @@ class SystemMsgSubscriptionViewSet(ListModelMixin, 'partial_update': SystemMsgSubscriptionSerializer } rbac_perms = { - + 'list': 'settings.change_systemmsgsubscription', + 'update': 'settings.change_systemmsgsubscription' } def list(self, request, *args, **kwargs):