diff --git a/awx/api/views/__init__.py b/awx/api/views/__init__.py index 1c57c35bd8..7741830789 100644 --- a/awx/api/views/__init__.py +++ b/awx/api/views/__init__.py @@ -3975,7 +3975,7 @@ class AdHocCommandNotificationsList(SubListAPIView): search_fields = ('subject', 'notification_type', 'body',) -class SystemJobList(ListCreateAPIView): +class SystemJobList(ListAPIView): model = models.SystemJob serializer_class = serializers.SystemJobListSerializer