> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# UpdateWebhookEndpointInput

> Input for updating a webhook endpoint. Omitted fields are left unchanged.

<ResponseField name="description" type="String">
  A new merchant-supplied label for the endpoint.
</ResponseField>

<ResponseField name="disabled" type="Boolean">
  Set true to disable the endpoint, false to re-enable it.
</ResponseField>

<ResponseField name="topics" type={<a href="/docs/api-reference/v3/reference/webhooks/webhook-topic">[WebhookTopic!]</a>}>
  Replaces the endpoint's subscribed topics with this set.
</ResponseField>

<ResponseField name="url" type="String">
  A new destination URL for deliveries.
</ResponseField>
