Skip to content

Commit

Permalink
Merge pull request #94 from GiganticMinecraft/fix/queryName
Browse files Browse the repository at this point in the history
fix: queryの名前を直す
  • Loading branch information
Lucky3028 authored Jun 25, 2023
2 parents 6677b20 + 39980ef commit 175d9a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/types/forms/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -43,7 +43,7 @@ parameters:
schema:
$ref: './components.yml#/components/schemas/end_at'
webhook_url:
name: webhookUrl
name: webhook
in: query
description: フォームの変更などを通知するリンク
required: false
Expand Down

0 comments on commit 175d9a6

Please sign in to comment.