From 0d55777b47c3024e21c24c757fa078951f52f07a Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Thu, 14 Sep 2023 00:16:50 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20operationId=E3=81=8C=E8=A2=AB=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=81=A7=E7=9B=B4=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schema/paths/forms/answers/index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/paths/forms/answers/index.yml b/schema/paths/forms/answers/index.yml index 364bd3e..f2fef4d 100644 --- a/schema/paths/forms/answers/index.yml +++ b/schema/paths/forms/answers/index.yml @@ -1,5 +1,5 @@ get: - operationId: getFormAnswers + operationId: getAllAnswers summary: フォームの回答をすべて取得する responses: "200":