Skip to main content
PUT
Update Webhook

Path Parameters

string
required
The webhook ID to update (e.g., whk_abc123).

Request Body

string
Updated HTTPS URL for the webhook endpoint.
string[]
Updated list of event types to subscribe to.
string
Updated signing secret. Must start with whsec_.

Example

Authorizations

X-API-Key
string
header
required

API key authentication. Keys are prefixed with awx_.

Path Parameters

id
string
required

The webhook ID to update (e.g., whk_abc123).

Body

application/json
url
string<uri>

Updated HTTPS URL for the webhook endpoint.

events
string[]

Updated list of event types to subscribe to.

secret
string

Updated signing secret. Must start with whsec_.

Response

Webhook updated successfully.

A registered webhook endpoint for receiving real-time event notifications.

id
string

Unique webhook identifier (e.g., whk_abc123).

url
string<uri>

HTTPS URL that receives webhook events.

events
string[]

List of subscribed event types.

status
enum<string>

Webhook status.

Available options:
active,
inactive
created_at
string<date-time>

ISO 8601 creation timestamp.