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

# Mettre à jour le Webhook

> Mettre à jour une configuration de webhook existante, y compris les types de transactions, les adresses surveillées, les en-têtes d'authentification et l'URL de point de terminaison

## Paramètres de la requête

<ParamField body="webhookID" type="string" required>
  L'ID du webhook — un UUIDv4 qui identifie de manière unique le 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" />
