Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.74 KB

File metadata and controls

21 lines (16 loc) · 1.74 KB

WebhooksUpdateWebhookEndpointRequest

Example Usage

import { WebhooksUpdateWebhookEndpointRequest } from "@polar-sh/sdk/models/operations/webhooksupdatewebhookendpoint.js";

let value: WebhooksUpdateWebhookEndpointRequest = {
  id: "<value>",
  webhookEndpointUpdate: {
    url: "https://webhook.site/cb791d80-f26e-4f8c-be88-6e56054192b0",
  },
};

Fields

Field Type Required Description
id string ✔️ The webhook endpoint ID.
webhookEndpointUpdate components.WebhookEndpointUpdate ✔️ N/A