Hello all This is my question:
1) How can I keep my current API Specification that has an API Key as query param to enable several endpoints on Smartdocs, instead of requiring my user to type the API Key several times for accessing each endpoint? I am using Swagger 2.0 specification and on APigee Edge works perfectly well as shown in the picture below.
Once the user types the API Key, all the endpoints are released. On Smartdocs is not the case, It requires me an API KEY for each endpoint.
My security scheme:
In order words, I want to apply on Smartdocs the API Key on root level and not on the single endpoint.