Skip to content

Commit

Permalink
docs: 回答を追加するエンドポイントのレスポンスにForbiddenを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Dec 15, 2023
1 parent 8333b07 commit 6b4ebaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/paths/forms/answers/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ post:
description: 回答に成功
"401":
description: 認証されていない
"403":
description: 回答期間外のフォームに回答された
"404":
description: フォームか質問が見つからなかった
"500":
Expand Down

0 comments on commit 6b4ebaa

Please sign in to comment.