Updates the address and/or enabled status of an existing webhook. Omitted fields are left unchanged; at least one of address or enabled must be provided. The new address must be unique among the environment's webhooks.
The URL where Mux should send webhook notifications. Must be unique among the environment's webhooks.
Whether Mux attempts to deliver notifications to this webhook.
The ID of the webhook.
{
"address": "https://example.com/new-webhook",
"enabled": false
}{
"data": {
"id": "abc12d",
"address": "https://example.com/new-webhook",
"enabled": false,
"created_at": "2026-07-15T12:00:00.000000Z"
}
}