# `PolarExpress.Schemas.WebhookEndpointUpdate`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/webhook_endpoint_update.ex#L2)

WebhookEndpointUpdate

Schema to update a webhook endpoint.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.WebhookEndpointUpdate{
  enabled: term(),
  events: term(),
  format: term(),
  name: term(),
  url: term()
}
```

* `enabled` - Whether the webhook endpoint is enabled. Nullable.
* `events` - Nullable.
* `format` - Nullable.
* `name` - An optional name for the webhook endpoint to help organize and identify it. Nullable.
* `url` - Nullable.

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
