Skip to content

Commit

Permalink
[chore] swagger.yaml
Browse files Browse the repository at this point in the history
reviewに対応した細かな修正
  • Loading branch information
reiroop committed Dec 12, 2023
1 parent 0050fb7 commit 25a3b0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ security:
tags:
- name: questionnaire
- name: response
paths:
paths: #TODO 変数の命名を確認する
/questionnaires: # TODO: 取得個数可変でもいいかも
get:
operationId: getQuestionnaires
Expand Down Expand Up @@ -324,21 +324,21 @@ components:
schema:
type: integer
onlyTargetingMeInQuery:
name: isTargetingMe
name: onlyTargetingMe
in: query
description: |
自分がターゲットになっているもののみ取得 (true), ターゲットになっているものも含めてすべて取得 (false)。デフォルトはfalse。
schema:
type: boolean
onlyAdministratedByMeInQuery:
name: isAdministratedByMe
name: onlyAdministratedByMe
in: query
description: |
自分が管理者になっていないもののみ取得 (true), 管理者になっているものも含めてすべて取得 (false)。デフォルトはfalse。
schema:
type: boolean
onlyMyResponseInQuery:
name: isMyResponse
name: onlyMyResponse
in: query
description: |
自分の回答のみ取得 (true), 自分の回答以外も含めてすべて取得 (false)。デフォルトはfalse。
Expand Down

0 comments on commit 25a3b0d

Please sign in to comment.