Update webhook
update_webhookUpdate a webhook endpoint's URL, description, or enabled state, or rotate its write-only HMAC secret for a specified Bisibility project.
Instructions
Update a webhook endpoint or rotate its write-only HMAC secret.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | url HTTP or HTTPS URL supplied by the endpoint owner. | |
| enabled | No | ||
| project_id | Yes | Identifier of the bisibility project to operate on; list_projects returns valid project ids. | |
| webhook_id | Yes | Identifier of the webhook endpoint to operate on. | |
| description | No | ||
| hmac_secret | No | ||
| idempotency_key | No |