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
TopBar display correctly with urls.primaryName matched spec in the dropdown list, URL include ?urls.primaryName=v1 in the address bar of browser, but only the first spec of urls list will be loaded, not v1.
Expected behavior
With urls.primaryName option, Swagger-UI should process the matched spec name. So the v1 spec should be loaded when visit the UI initial page.
The text was updated successfully, but these errors were encountered:
Q&A
Content & configuration
Swagger-UI configuration options:
swagger-config.yaml
Describe the bug you're encountering
TopBar display correctly with
urls.primaryName
matched spec in the dropdown list, URL include?urls.primaryName=v1
in the address bar of browser, but only the first spec of urls list will be loaded, not v1.Expected behavior
With
urls.primaryName
option, Swagger-UI should process the matched spec name. So the v1 spec should be loaded when visit the UI initial page.The text was updated successfully, but these errors were encountered: