I have a .net core web api. And it’s protected by an authorization key through Tyk. So to hit the API, you need http://foo.com/api/DoStuff?authorization=213234
The swagger is typically available via http:/foo.com/swagger/index.html. Is it possible to expose swagger without the authorization key?