From e7861407a849dddf31a2495baf47a69da9675c83 Mon Sep 17 00:00:00 2001 From: Gillian McAuliffe Date: Mon, 23 Mar 2026 16:41:54 +0000 Subject: [PATCH] minor change for cloud since release of webhooks --- resources/self_hosting/webhooks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/self_hosting/webhooks.mdx b/resources/self_hosting/webhooks.mdx index 31eca959c..0f126b1b5 100644 --- a/resources/self_hosting/webhooks.mdx +++ b/resources/self_hosting/webhooks.mdx @@ -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). -If you are using Meilisearch Cloud or need to configure multiple webhooks, use the [`/webhooks` API route](/reference/api/webhooks) instead. +If you are using Meilisearch Cloud you can configure webhooks under Project Settings > Webhooks. ## Requirements