Skip to content

Commit

Permalink
swagger.yamlのonlyAdministratedByMeの説明文を修正
Browse files Browse the repository at this point in the history
自分が管理者になっているもののみ取得 (true), 管理者になっていないものも含めてすべて取得 (false)。デフォルトはfalse。
  • Loading branch information
reiroop committed May 2, 2024
1 parent 19cb242 commit 2db6a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ components:
name: onlyAdministratedByMe
in: query
description: |
自分が管理者になっていないもののみ取得 (true), 管理者になっているものも含めてすべて取得 (false)。デフォルトはfalse。
自分が管理者になっているもののみ取得 (true), 管理者になっていないものも含めてすべて取得 (false)。デフォルトはfalse。
schema:
type: boolean
onlyMyResponseInQuery:
Expand Down

0 comments on commit 2db6a23

Please sign in to comment.