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

# Update a webhook target

<Snippet file="graphql/sdk-note.mdx" />

Update an existing webhook target — for example to change the URL, pause deliveries by setting `isEnabled` to false, change which events are delivered, or move to a newer schema version.

Field-level wrapper inputs apply for scalar fields — pass `{ "value": ... }` for the fields you want to change. `eventSubscriptions` is the exception: it's a full replacement of the previous list, so include every event type the target should subscribe to.

<Snippet file="graphql/update-webhook-target.mdx" />
