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. |