Update Webhook
Webhooks
Update Webhook
Update a webhook’s URL, events, or secret.
PUT
Update Webhook
Path Parameters
The webhook ID to update (e.g.,
whk_abc123).Request Body
Updated HTTPS URL for the webhook endpoint.
Updated list of event types to subscribe to.
Updated signing secret. Must start with
whsec_.Example
Authorizations
API key authentication. Keys are prefixed with awx_.
Path Parameters
The webhook ID to update (e.g., whk_abc123).
Body
application/json
Response
Webhook updated successfully.
A registered webhook endpoint for receiving real-time event notifications.