diff --git a/schema/paths/forms/eachForm.yml b/schema/paths/forms/eachForm.yml index ac9dcf4..d310310 100644 --- a/schema/paths/forms/eachForm.yml +++ b/schema/paths/forms/eachForm.yml @@ -17,6 +17,8 @@ get: $ref: './types/form.yml#/schemas/form' '401': description: 認証がされていない + '403': + description: 権限が不足 '404': description: フォームが存在しない '500': diff --git a/schema/paths/forms/index.yml b/schema/paths/forms/index.yml index 251968c..cd08691 100644 --- a/schema/paths/forms/index.yml +++ b/schema/paths/forms/index.yml @@ -15,6 +15,8 @@ post: description: 構文エラー '401': description: 認証がされていない + '403': + description: 権限が不足 '415': description: 対応していないメディア形式 '500':