From 39980ef419dce254d41d3d977af15fda1214270a Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Sun, 25 Jun 2023 22:03:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20query=E3=81=AE=E5=90=8D=E5=89=8D?= =?UTF-8?q?=E3=82=92=E7=9B=B4=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schema/types/forms/parameters.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schema/types/forms/parameters.yml b/schema/types/forms/parameters.yml index 8d7a625..f6478bf 100644 --- a/schema/types/forms/parameters.yml +++ b/schema/types/forms/parameters.yml @@ -7,14 +7,14 @@ parameters: schema: $ref: './components.yml#/components/schemas/id' form_title: - name: formTitle + name: title in: query description: フォームのタイトル required: false schema: $ref: './components.yml#/components/schemas/title' form_description: - name: formDescription + name: description in: query description: フォームの説明 required: false @@ -43,7 +43,7 @@ parameters: schema: $ref: './components.yml#/components/schemas/end_at' webhook_url: - name: webhookUrl + name: webhook in: query description: フォームの変更などを通知するリンク required: false