# Editing a webhook

To edit a webhook:

1. Click **Webhooks** in the left navigation. The Webhooks page appears.
2. Click **More options** (vertical ellipses) associated with the webhook you want to modify and click **Edit**.

   <figure><img src="/files/USCWKDFAR9HLFjKeknWJ" alt=""><figcaption></figcaption></figure>
3. Select the version from the **API Version** drop-down list.
4. Change the toggle to **Disabled** or **Enabled**.
5. If necessary, select the API version you want to associate with events from the **API Version** drop-down list. By default, the system uses the confidential key version.
6. Choose the **Authentication method** (**HTTP** or **OAuth**) and complete the authentication options and fields.
7. Enter the URL for the endpoint in the **Endpoint URL** field.
8. You can select the checkbox next to each event you want to associate with the endpoint or the **Events Selected** checkbox to select all events. You must select at least one event type.
9. Click **Save**.

   <div align="left"><figure><img src="/files/VFRH7znIxzGfrGx6HQYa" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalriver.com/digital-river-api/administration/dashboard/developers/webhooks/editing-a-webhook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
