Skip to content

Commit

Permalink
isAdministratedByMeパラメータを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
reiroop committed Dec 10, 2023
1 parent d5460ec commit 47f3217
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ paths:
- $ref: "#/components/parameters/searchInQuery"
- $ref: "#/components/parameters/pageInQuery"
- $ref: "#/components/parameters/isTargetingMeInQuery"
- $ref: "#/components/parameters/isAdministratedByMeInQuery"
responses:
"200":
description: 正常に取得できました。アンケートの配列を返します。
Expand Down Expand Up @@ -455,6 +456,13 @@ components:
自分がターゲットになっていないもののみ取得 (true), ターゲットになっているものも含めてすべて取得 (false)。デフォルトはfalse。
schema:
type: boolean
isAdministratedByMeInQuery:
name: isAdministratedByMe
in: query
description: |
自分が管理者になっていないもののみ取得 (true), 管理者になっているものも含めてすべて取得 (false)。デフォルトはfalse。
schema:
type: boolean
questionnaireIDInPath:
name: questionnaireID
in: path
Expand Down

0 comments on commit 47f3217

Please sign in to comment.