mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
Add a new launch_type of 'webhook'
This commit is contained in:
@@ -144,6 +144,7 @@ class WebhookReceiverBase(APIView):
|
||||
|
||||
kwargs = {
|
||||
'_eager_fields': {
|
||||
'launch_type': 'webhook',
|
||||
'webhook_service': obj.webhook_service,
|
||||
'webhook_credential': obj.webhook_credential,
|
||||
'webhook_guid': event_guid,
|
||||
|
||||
Reference in New Issue
Block a user