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
@Teraskull thank you for your valuable time, here we are using the swagger-ui:4.19.1 .
one approach -- modify the source code -this is not recommended approach right?
other approach -- using a custom plugin
with the custom plugin is it possible to achieve this?
Swagger-ui:@^4.15.5,
react:@^17.0.2
SwaggerUI({
spec,
domNode: swaggerRef.current,
defaultModelsExpandDepth: 1,
defaultModelExpandDepth: 10,
docExpansion: 'list',
plugins: swaggerPlugins,
showExtensions: !!config.swagger.showExtensions,
});
Screenshots
The text was updated successfully, but these errors were encountered: