Skip to content

Commit

Permalink
fix: パラメータ名を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Dec 15, 2023
1 parent 70d3dfa commit 8cd58fb
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 8cd58fb

Please sign in to comment.