WebhookEndpointUpdate
Schema to update a webhook endpoint.
Summary
Types
@type t() :: %PolarExpress.Schemas.WebhookEndpointUpdate{ enabled: boolean() | nil, events: [PolarExpress.Schemas.WebhookEventType.t()] | nil, format: PolarExpress.Schemas.WebhookFormat.t() | nil, secret: String.t() | nil, url: String.t() | nil }
enabled- Whether the webhook endpoint is enabled. Nullable.events- Nullable.format- Nullable.secret- Nullable. Deprecated.url- Nullable.