> ## 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.

# 웹훅 업데이트

> 거래 유형, 모니터링 주소, 인증 헤더 및 엔드포인트 URL을 포함한 기존 웹훅 구성 업데이트

## 요청 매개변수

<ParamField body="webhookID" type="string" required>
  웹훅 ID — 웹훅을 고유하게 식별하는 UUIDv4입니다.
</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" />
