UpdateWebhookRequest

February 12, 2026 ยท View on GitHub

Example Usage

import { UpdateWebhookRequest } from "@moovio/sdk/models/operations";

let value: UpdateWebhookRequest = {
  webhookID: "<id>",
  updateWebhook: {
    url: "https://gripping-outlaw.name",
    status: "disabled",
    eventTypes: [
      "refund.updated",
    ],
    description:
      "plump furthermore knitting institutionalize past although mockingly ashamed gee",
  },
};

Fields

FieldTypeRequiredDescription
webhookIDstring:heavy_check_mark:N/A
updateWebhookcomponents.UpdateWebhook:heavy_check_mark:N/A