diff --git a/InvenTree/common/api.py b/InvenTree/common/api.py index 563c8fc79f..03460d566f 100644 --- a/InvenTree/common/api.py +++ b/InvenTree/common/api.py @@ -172,7 +172,7 @@ class NotificationList(generics.ListAPIView): return queryset -class NotificationDetail(generics.RetrieveDestroyAPIView): +class NotificationDetail(generics.RetrieveUpdateDestroyAPIView): """ Detail view for an individual notification object