Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/self_hosting/webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import CodeSamplesAddOrReplaceDocuments1 from '/snippets/generated-code-samples/
This guide teaches you how to configure a single webhook via instance options to notify a URL when Meilisearch completes a [task](/learn/async/asynchronous_operations).

<Tip>
If you are using Meilisearch Cloud or need to configure multiple webhooks, use the [`/webhooks` API route](/reference/api/webhooks) instead.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I thought we could keep the "use the /webhooks API route" in addition to "you can configure webhooks under Project Settings > Webhooks" to make it explicit that both are now possible for Cloud users (except if there's some other limitation on the Cloud?).

If you are using Meilisearch Cloud you can configure webhooks under Project Settings > Webhooks.
</Tip>

## Requirements
Expand Down