WebhookEndpointUpdate
Schema to update a webhook endpoint.
Summary
Types
@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.