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
Hi,
My swagger is becoming bigger and Bigger and it's becoming quite hard to navigate to all Models.
Any plan to add the docExpansion property for Swagger ?
Like here
Best regards
Armindo
The text was updated successfully, but these errors were encountered:
This is a setting that must be entered into the Swagger UI distribution files.
You must open the index.html of the swagger UI files and add docExpansion: 'none':
window.onload=function(){// Begin Swagger UI call regionconstui=SwaggerUIBundle({url: "/api/swagger.json",dom_id: '#swagger-ui',docExpansion: 'none',validatorUrl : null,deepLinking: true,presets: [SwaggerUIBundle.presets.apis,SwaggerUIStandalonePreset],plugins: [SwaggerUIBundle.plugins.DownloadUrl],layout: "StandaloneLayout"})// End Swagger UI call regionwindow.ui=ui}
Hi,
My swagger is becoming bigger and Bigger and it's becoming quite hard to navigate to all Models.
Any plan to add the docExpansion property for Swagger ?
Like here
Best regards
Armindo
The text was updated successfully, but these errors were encountered: