mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Merge pull request #4585 from ryanpetrello/system-job-creation
prevent POST on /api/v2/system_jobs/ Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user