swagger.yamlのonlyAdministratedByMeの説明文を修正#1220
Conversation
自分が管理者になっているもののみ取得 (true), 管理者になっていないものも含めてすべて取得 (false)。デフォルトはfalse。
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthrough
Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1220 +/- ##
==========================================
+ Coverage 63.75% 63.82% +0.07%
==========================================
Files 26 26
Lines 4025 4025
==========================================
+ Hits 2566 2569 +3
+ Misses 1072 1070 -2
+ Partials 387 386 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
自分が管理者になっているもののみ取得 (true), 管理者になっていないものも含めてすべて取得 (false)。デフォルトはfalse。
Summary by CodeRabbit
Documentation
onlyAdministratedByMeクエリパラメータの説明を修正しました。パラメータがtrueのときはユーザーが管理者であるアイテムのみを返し、falseのときはすべてのアイテムを返すことを正確に説明するよう日本語の記述を更新しました。