From 039317a3cc38335121a5ea003203cb5a0e3563ee Mon Sep 17 00:00:00 2001 From: Liang Liang <12772017+lsqproduction@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:04:53 -0500 Subject: [PATCH] Use relative update webhook endpoint link --- .../custom-webhooks-quickstart/custom-webhooks-quickstart.mdx | 2 +- .../data/webhooks/webhook-types/address-activity-webhook.mdx | 2 +- .../data/webhooks/webhook-types/nft-activity-webhook.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fern/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhooks-quickstart.mdx b/fern/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhooks-quickstart.mdx index 696485a54..d92ec5b07 100644 --- a/fern/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhooks-quickstart.mdx +++ b/fern/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhooks-quickstart.mdx @@ -57,7 +57,7 @@ To interact with Alchemy's Custom Webhook products via API, feel free to use the | [Create webhook](/reference/create-webhook) | | [Get all webhooks](/reference/team-webhooks) | | [Delete webhook](/reference/delete-webhook) | -| [Update webhook status](/reference/update-webhook) | +| [Update webhook status](/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/update-webhook) | # Reliability and Guarantees diff --git a/fern/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx b/fern/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx index 3c5687994..a738efd5e 100644 --- a/fern/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx +++ b/fern/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx @@ -179,4 +179,4 @@ Below you can find descriptions for each field of the response. | [Update Webhook Addresses](/reference/update-webhook-addresses) | Add or remove addresses from a specific webhook. | | [Create Webhook](/reference/create-webhook) | This endpoint allows you to create a webhook programatically. | | [Delete Webhook](/reference/delete-webhook) | Allows you to delete a webhook. | -| [Update Webhook](/reference/update-webhook) | Allows you to set status of webhooks to active or inactive. | +| [Update Webhook](/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/update-webhook) | Allows you to set status of webhooks to active or inactive. | diff --git a/fern/api-reference/data/webhooks/webhook-types/nft-activity-webhook.mdx b/fern/api-reference/data/webhooks/webhook-types/nft-activity-webhook.mdx index dbcbef0cf..e40f5308e 100644 --- a/fern/api-reference/data/webhooks/webhook-types/nft-activity-webhook.mdx +++ b/fern/api-reference/data/webhooks/webhook-types/nft-activity-webhook.mdx @@ -122,4 +122,4 @@ To add/remove addresses from already existing webhooks check out [update webhook | [Webhook NFT Filters](/reference/webhook-nft-filters) | Paginated endpoint to list all of the NFT filter objects a given webhook is subscribed to. | | [Create Webhook](/reference/create-webhook) | This endpoint allows you to create a webhook programatically. | | [Delete Webhook](/reference/delete-webhook) | Allows you to delete a webhook. | -| [Update Webhook](/reference/update-webhook) | Allows you to set status of webhooks to active or inactive. | +| [Update Webhook](/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/update-webhook) | Allows you to set status of webhooks to active or inactive. |