Skip to content

Commit

Permalink
Merge pull request #130 from GiganticMinecraft/fix/parameterNames
Browse files Browse the repository at this point in the history
fix: パラメータ名を修正
  • Loading branch information
rito528 authored Dec 15, 2023
2 parents 70d3dfa + 8cd58fb commit 2a17acf
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 @@ -21,7 +21,7 @@ parameters:
schema:
$ref: "./components.yml#/components/schemas/description"
start_at:
name: startAt
name: start_at
in: query
description: |
フォームの回答期間の開始日。
Expand All @@ -32,7 +32,7 @@ parameters:
schema:
$ref: "./components.yml#/components/schemas/start_at"
end_at:
name: endAt
name: end_at
in: query
description: |
フォームの回答期間の終了日。
Expand All @@ -50,7 +50,7 @@ parameters:
schema:
$ref: "./components.yml#/components/schemas/webhook_url"
default_title:
name: defaultTitle
name: default_answer_title
in: query
description: |
各回答に対してつけられるタイトル。
Expand Down

0 comments on commit 2a17acf

Please sign in to comment.