Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 3.89 KB

updatewebhookrequest.md

File metadata and controls

20 lines (15 loc) · 3.89 KB

UpdateWebhookRequest

Example Usage

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

let value: UpdateWebhookRequest = {};

Fields

Field Type Required Description
name string N/A
description string N/A
url string N/A
status components.WebhookStatusType N/A
includeInternalTxs boolean Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.
includeLogs boolean N/A