mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Add a doc template to the webhook key API view
This commit is contained in:
parent
84dcda0a61
commit
e14d4ddec6
11
awx/api/templates/api/webhook_key_view.md
Normal file
11
awx/api/templates/api/webhook_key_view.md
Normal file
@ -0,0 +1,11 @@
|
||||
Webhook Secret Key:
|
||||
|
||||
Make a GET request to this resource to obtain the secret key for a job
|
||||
template or workflow job template configured to be triggered by
|
||||
webhook events. The response will include the following fields:
|
||||
|
||||
* `webhook_key`: Secret key that needs to be copied and added to the
|
||||
webhook configuration of the service this template will be receiving
|
||||
webhook events from (string, read-only)
|
||||
|
||||
Make an empty POST request to this resource to cycle in a new `webhook_key`.
|
||||
Loading…
x
Reference in New Issue
Block a user