diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/assets/redoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/assets/redoc.html b/src/client/assets/redoc.html index 9803464cb1..4d2360fb20 100644 --- a/src/client/assets/redoc.html +++ b/src/client/assets/redoc.html @@ -18,7 +18,7 @@ </style> </head> <body> - <redoc spec-url='/api.json'></redoc> + <redoc spec-url="/api.json" expand-responses="200" expand-single-schema-field="true"></redoc> <script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script> </body> </html> |