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
There was an PR with an update: OpenAPITools/openapi-generator#11260
However, the generated requests use Nothing instead of Any as the capability parameter, and api keys aren't added to the generated code.
Nothing
Any
@mmatloka has more details
The text was updated successfully, but these errors were encountered:
Issue with Nothing instead of Any seemed to be fix and as far as I can tell Api Keys works ok. Please try at least v6.2.0 of openapi-generator.
Api Keys
v6.2.0
openapi-generator
Sorry, something went wrong.
No branches or pull requests
There was an PR with an update: OpenAPITools/openapi-generator#11260
However, the generated requests use
Nothing
instead ofAny
as the capability parameter, and api keys aren't added to the generated code.@mmatloka has more details
The text was updated successfully, but these errors were encountered: