From 6a396ef5e3c506a87ce8fbb40ffb6f8e253265c7 Mon Sep 17 00:00:00 2001
From: MeiMei <30769358+mei23@users.noreply.github.com>
Date: Fri, 3 Apr 2020 23:36:13 +0900
Subject: [PATCH] =?UTF-8?q?API=E3=83=AA=E3=83=95=E3=82=A1=E3=83=AC?=
 =?UTF-8?q?=E3=83=B3=E3=82=B9=E3=81=A7=E3=83=AC=E3=82=B9=E3=83=9D=E3=83=B3?=
 =?UTF-8?q?=E3=82=B9=E3=81=AE=E3=82=B9=E3=82=AD=E3=83=BC=E3=83=9E=E3=82=92?=
 =?UTF-8?q?=E8=A6=8B=E3=82=8B=E3=81=AE=E3=81=AB=E3=81=84=E3=81=A1=E3=81=84?=
 =?UTF-8?q?=E3=81=A12=E5=9B=9E=E3=82=AF=E3=83=AA=E3=83=83=E3=82=AF?=
 =?UTF-8?q?=E3=81=95=E3=81=9B=E3=82=89=E3=82=8C=E3=82=8B=E3=81=AE=E3=82=92?=
 =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20(#6217)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/client/assets/redoc.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
-- 
GitLab