WebhookEndpointUpdate
March 5, 2026 ยท View on GitHub
Schema to update a webhook endpoint.
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
url | OptionalNullable[str] | :heavy_minus_sign: | N/A | https://webhook.site/cb791d80-f26e-4f8c-be88-6e56054192b0 |
name | OptionalNullable[str] | :heavy_minus_sign: | An optional name for the webhook endpoint to help organize and identify it. | |
format_ | OptionalNullable[models.WebhookFormat] | :heavy_minus_sign: | N/A | |
events | List[models.WebhookEventType] | :heavy_minus_sign: | N/A | |
enabled | OptionalNullable[bool] | :heavy_minus_sign: | Whether the webhook endpoint is enabled. |