mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -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:
commit
9baa9eee96
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user