import { UpdateWebhookRequest } from "@avalabs/avacloud-sdk/models/components";
let value: UpdateWebhookRequest = {};
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 |