You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple version documents (.../v1/swagger.json, .../v2/swagger.json) and want these to be disoverable via a dropdown in UI.
I noticed there should be a way in swagger-ui3 to specify multiple urls (introduced via swagger-api/swagger-ui#3261). Is this possible to use with the NSwag swagger generator for aspNetCore somehow, or is there an alternative approach?
Thanks.
The text was updated successfully, but these errors were encountered:
i used the UseSwaggerUI3 extention two times in my code. This is my way to use v1,v2,v3... but i need them all in one dropbox. and i dont understand, how to do it. can u help me @RicoSuter ?
first time i tried it with swaggerroutes, but when i do that, i get this error in the firs pic!
Hi,
I have multiple version documents (.../v1/swagger.json, .../v2/swagger.json) and want these to be disoverable via a dropdown in UI.
I noticed there should be a way in swagger-ui3 to specify multiple urls (introduced via swagger-api/swagger-ui#3261). Is this possible to use with the NSwag swagger generator for aspNetCore somehow, or is there an alternative approach?
Thanks.
The text was updated successfully, but these errors were encountered: