docs: swagger show models by default (#14880)

mj-v1.14.3
Norwin 3 years ago committed by GitHub
parent 40aca73347
commit 5eafd117a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,6 +19,7 @@ window.addEventListener('load', async () => {
dom_id: '#swagger-ui',
deepLinking: true,
docExpansion: 'none',
defaultModelRendering: 'model', // don't show examples by default, because they may be incomplete
presets: [
SwaggerUI.presets.apis
],

Loading…
Cancel
Save