From ce975fabf7e0593585900342d50cdd46c4e56f80 Mon Sep 17 00:00:00 2001 From: Daniel Schuchmann <78606066+daschuchmann@users.noreply.github.com> Date: Wed, 7 May 2025 16:58:18 +0200 Subject: [PATCH] Update faq.mdx --- docs/openapi-servers/faq.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/openapi-servers/faq.mdx b/docs/openapi-servers/faq.mdx index efa35ef..c86badf 100644 --- a/docs/openapi-servers/faq.mdx +++ b/docs/openapi-servers/faq.mdx @@ -42,6 +42,7 @@ To work securely in production over HTTPS, your OpenAPI servers must also be ser - Go with Swag or Echo The key is to ensure your server exposes a valid OpenAPI schema, and that it communicates over HTTP(S). +It is important to set a custom operationId for all endpoints. ---