From fd45cbd4d6372425acfe6e5098771c621f955e6d Mon Sep 17 00:00:00 2001 From: bakaneko Date: Fri, 16 Aug 2024 08:56:31 +0900 Subject: [PATCH] all with_deleted should have no example (because it does nothing for api) --- app/Http/Controllers/BeatmapDiscussionPostsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/BeatmapDiscussionPostsController.php b/app/Http/Controllers/BeatmapDiscussionPostsController.php index b3665d1728a..fced986d793 100644 --- a/app/Http/Controllers/BeatmapDiscussionPostsController.php +++ b/app/Http/Controllers/BeatmapDiscussionPostsController.php @@ -71,7 +71,7 @@ public function destroy($id) * @queryParam beatmapset_discussion_id integer `id` of the [BeatmapsetDiscussion](#beatmapsetdiscussion). * @queryParam types string[] `first`, `reply`, `system` are the valid values. Defaults to `reply`. * @queryParam user integer The `id` of the [User](#user). - * @queryParam with_deleted boolean This param has no effect as api calls do not currently receive group permissions. + * @queryParam with_deleted boolean This param has no effect as api calls do not currently receive group permissions. No-example */ #[Limit, Page, Sort('IdSort')] public function index()