Skip to content

Commit

Permalink
feat: getFormAndQuestions and createForm may return 403
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Dec 9, 2022
1 parent 052c7c7 commit 7a6329f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/paths/forms/eachForm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ get:
$ref: './types/form.yml#/schemas/form'
'401':
description: 認証がされていない
'403':
description: 権限が不足
'404':
description: フォームが存在しない
'500':
Expand Down
2 changes: 2 additions & 0 deletions schema/paths/forms/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ post:
description: 構文エラー
'401':
description: 認証がされていない
'403':
description: 権限が不足
'415':
description: 対応していないメディア形式
'500':
Expand Down

0 comments on commit 7a6329f

Please sign in to comment.