diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2020-04-03 23:36:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-03 23:36:13 +0900 |
| commit | 6a396ef5e3c506a87ce8fbb40ffb6f8e253265c7 (patch) | |
| tree | d8ce90cc057f1c68745f68bb36626f487b69a963 /src/client | |
| parent | Revert (diff) | |
| download | sharkey-6a396ef5e3c506a87ce8fbb40ffb6f8e253265c7.tar.gz sharkey-6a396ef5e3c506a87ce8fbb40ffb6f8e253265c7.tar.bz2 sharkey-6a396ef5e3c506a87ce8fbb40ffb6f8e253265c7.zip | |
APIリファレンスでレスポンスのスキーマを見るのにいちいち2回クリックさせられるのを修正 (#6217)
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> |