diff --git a/manage_events/api/views.py b/manage_events/api/views.py index 62fa736..92c1c26 100644 --- a/manage_events/api/views.py +++ b/manage_events/api/views.py @@ -831,5 +831,5 @@ class TagListView(generics.ListAPIView): return ApiResponse.success( message=constants.SUCCESS, data=serializer.data, - status_code=status.HTTP_200_OK, + status=status.HTTP_200_OK, )