Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.93 KB

updatewebhookrequest.md

File metadata and controls

19 lines (14 loc) · 1.93 KB

UpdateWebhookRequest

Example Usage

import { UpdateWebhookRequest } from "@avalabs/avacloud-sdk/models/operations";

let value: UpdateWebhookRequest = {
  id: "f33de69c-d13b-4691-908f-870d6e2e6b04",
  updateWebhookRequest: {},
};

Fields

Field Type Required Description Example
id string ✔️ The webhook identifier. f33de69c-d13b-4691-908f-870d6e2e6b04
updateWebhookRequest components.UpdateWebhookRequest ✔️ N/A