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
| Field | Type | Required | Description |
|---|---|---|---|
webhookID | string | :heavy_check_mark: | N/A |
updateWebhook | components.UpdateWebhook | :heavy_check_mark: | N/A |