Merge pull request #532 from daschuchmann/patch-1

Update faq.mdx
This commit is contained in:
Tim Jaeryang Baek 2025-05-07 19:58:35 +04:00 committed by GitHub
commit 1b395d3838
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 - Go with Swag or Echo
The key is to ensure your server exposes a valid OpenAPI schema, and that it communicates over HTTP(S). 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.
--- ---