Update faq.mdx

This commit is contained in:
Daniel Schuchmann 2025-05-07 16:58:18 +02:00 committed by GitHub
parent 5e5ce872d3
commit ce975fabf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
---