FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

polar-python/docs/models/webhookendpointupdate.md at main · polarsource/polar-python · GitHub

This repository was archived by the owner on Sep 17, 2026. It is now read-only.
/ polar-python Public archive

Latest commit

 

History

History
14 lines (10 loc) · 2.75 KB

File metadata and controls

14 lines (10 loc) · 2.75 KB

WebhookEndpointUpdate

Schema to update a webhook endpoint.

Fields

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.

Back | FazBrowse Home | New Git URL