mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Rename kwargs
* https://sonarcloud.io/project/issues?open=AZDmRbVW2PiUXMD3dYmW&id=ansible_awx
This commit is contained in:
committed by
Chris Meyers
parent
5f434ac348
commit
d929b767b6
@@ -133,7 +133,7 @@ class WebhookReceiverBase(APIView):
|
|||||||
|
|
||||||
@csrf_exempt
|
@csrf_exempt
|
||||||
@extend_schema_if_available(extensions={"x-ai-description": "Receive a webhook event and trigger a job"})
|
@extend_schema_if_available(extensions={"x-ai-description": "Receive a webhook event and trigger a job"})
|
||||||
def post(self, request, *args, **kwargs):
|
def post(self, request, *args, **kwargs_in):
|
||||||
# Ensure that the full contents of the request are captured for multiple uses.
|
# Ensure that the full contents of the request are captured for multiple uses.
|
||||||
request.body
|
request.body
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user