> ## Documentation Index
> Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Cập nhật webhook

> Cập nhật cấu hình webhook hiện có, bao gồm loại giao dịch, địa chỉ được giám sát, tiêu đề xác thực và URL điểm cuối

## Tham số yêu cầu

<ParamField body="webhookID" type="string" required>
  ID webhook — một UUIDv4 định danh duy nhất cho webhook.
</ParamField>

<ParamField body="webhookURL" type="string" />

<ParamField body="transactionTypes" type="array" />

<ParamField body="accountAddresses" type="array" />

<ParamField body="webhookType" type="string">
  * `enhanced`
  * `raw`
  * `discord`
  * `enhancedDevnet`
  * `rawDevnet`
  * `discordDevnet`
</ParamField>

<ParamField body="authHeader" type="string" />

<ParamField body="encoding" type="string" />

<ParamField body="txnStatus" type="string" />
