Skip to content

Commit fd45cbd

Browse files
committed
all with_deleted should have no example (because it does nothing for api)
1 parent 7f62c0b commit fd45cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/BeatmapDiscussionPostsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function destroy($id)
7171
* @queryParam beatmapset_discussion_id integer `id` of the [BeatmapsetDiscussion](#beatmapsetdiscussion).
7272
* @queryParam types string[] `first`, `reply`, `system` are the valid values. Defaults to `reply`.
7373
* @queryParam user integer The `id` of the [User](#user).
74-
* @queryParam with_deleted boolean This param has no effect as api calls do not currently receive group permissions.
74+
* @queryParam with_deleted boolean This param has no effect as api calls do not currently receive group permissions. No-example
7575
*/
7676
#[Limit, Page, Sort('IdSort')]
7777
public function index()

0 commit comments

Comments
 (0)