mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03:30
machinery to allow POSTing payloads to instances/ endpoint
This commit is contained in:
committed by
Jeff Bradberry
parent
604fac2295
commit
350efc12f5
@@ -359,7 +359,7 @@ class DashboardJobsGraphView(APIView):
|
||||
return Response(dashboard_data)
|
||||
|
||||
|
||||
class InstanceList(ListAPIView):
|
||||
class InstanceList(ListCreateAPIView):
|
||||
|
||||
name = _("Instances")
|
||||
model = models.Instance
|
||||
|
||||
Reference in New Issue
Block a user