We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The handle (None) that was implemented in fix #1678, no longer works correctly. I believe this was caused by feature #2022.
Expanded:
Expected behavior Show the text "None" (or any other text) when there's an empty security object.
Minimal reproducible OpenAPI snippet(if possible)
/v1/merchant: get: summary: "Get information of a Merchant" security: - {} - apiKey: []
The text was updated successfully, but these errors were encountered:
I am also seeing this. It makes the API docs more confusing. Hoping someone can fix this! 🙂
Sorry, something went wrong.
Seems it done. Closed via #2134
AlexVarchuk
No branches or pull requests
Describe the bug
The handle (None) that was implemented in fix #1678, no longer works correctly.
I believe this was caused by feature #2022.
Expanded:
Expected behavior
Show the text "None" (or any other text) when there's an empty security object.
Minimal reproducible OpenAPI snippet(if possible)
The text was updated successfully, but these errors were encountered: