Webhooks
Update a webhook
Update webhook URL, events, active status, or rotate the signing secret.
PATCH
Error
Authorizations
API token obtained from the Tokens endpoint. Include as Authorization: Bearer <token>.
Path Parameters
Body
application/json
At least one of url, events, is_active, business_unit, or rotate_secret must be provided.
Available options:
scan.created, scan.completed, scan.failed, scan.cancelled, vulnerability.created, vulnerability.status_changed, vulnerability.severity_changed, * Set to a string to restrict deliveries to that business_unit (requires the Enterprise plan), or null to clear the scope (organization-wide).
If true, generate and return a new signing secret.
Error