Multiple security parameters to the same schema definition not visible on ui
I am using Multiple security parameters to the same schema definition, but when i click on this Authorise button it shows me both parameter
Authorise button is mentioned to display modal
But when i click on this Lock icon it shows me only one parameter in modal
Lock Icon is mentioned to display modal
SwaggerUI authorize openapi.json with X-API-Key
I have swagger-ui running in a Docker container. I am trying to fetch my openapi.json API definition file which is protected by an X-API-Key.
Is it possible to group schemas in swagger ui?
I was looking for a way to group the schemas. The way like you can do with the paths and the tags.
Unfortunately I cannot find a documentation for this.
Is there a way? Or do i need to accept, that i need to sort it by hand?