| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
Schema to update a webhook endpoint.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
| url | OptionalNullable[str] | ➖ | N/A | https://webhook.site/cb791d80-f26e-4f8c-be88-6e56054192b0 |
| name | OptionalNullable[str] | ➖ | An optional name for the webhook endpoint to help organize and identify it. | |
| format_ | OptionalNullable[models.WebhookFormat] | ➖ | N/A | |
| events | List[models.WebhookEventType] | ➖ | N/A | |
| enabled | OptionalNullable[bool] | ➖ | Whether the webhook endpoint is enabled. |
| Back | FazBrowse Home | New Git URL |