Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore update webhook link to existing reference page

The new link targets /data/webhooks/webhooks-api-endpoints/notify-api-endpoints/update-webhook, but there is no doc or redirect for this slug anywhere in the repo (find . -path '*notify-api-endpoints*' returns nothing except these three references), so clicking it will 404. The Notify OpenAPI still defines the update-webhook operation under the standard reference endpoints (src/openapi/notify/notify.yaml path /update-webhook), and the other webhook CRUD links in the same table still use /reference/.... This same broken link was also added to the Address Activity and NFT Activity tables.

Useful? React with 👍 / 👎.


# Reliability and Guarantees

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Loading