From 230a56f443e88262d665e5f6f06ff2569b934e3f Mon Sep 17 00:00:00 2001 From: pasant9 Date: Mon, 11 Nov 2024 16:07:58 +0530 Subject: [PATCH] Add not supported sequence warning --- en/docs/design/api-policies/create-policy.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/en/docs/design/api-policies/create-policy.md b/en/docs/design/api-policies/create-policy.md index 2081b9ff86..691e820d86 100644 --- a/en/docs/design/api-policies/create-policy.md +++ b/en/docs/design/api-policies/create-policy.md @@ -5,6 +5,12 @@ Listed below are two ways of creating a new policy. Depending on whether you nee * Creating a **Common Policy** * Creating an **API Specific Policy** +!!! warning + When creating custom policies, please note that certain mediators cannot be used within these policies as they are not supported by the API Gateway. Specifically, the following mediators are not supported: + + - `Call` mediator in non-blocking mode + - `Send` mediator + ## Creating a Common Policy A common policy is a globally maintained policy and you can easily utilize this policy at the operation level of any desired API. Note that these policies are not bound to any API and they are merely templates that you can easily use. Now let’s see how you can create such a policy. Follow the instructions below to create a new common policy.