Update a Webhook
Last updated
Last updated
Allows you to modify the URL of an existing webhook. If you specify default as true, the webhook will be set as the default webhook for your account, replacing the current default.
The URL of the webhook to send alerts to when a match is found.
"https://mywebhook.com"
If true, this webhook will be used as the default for all new monitoring requests which do not specify a webhook. This will automatically override any existing default webhook. The first webhook created on an account automatically becomes the default.
false
The call was successful. The webhook was updated.