We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24dc1d2 commit 7fa88bcCopy full SHA for 7fa88bc
app/Http/Controllers/BeatmapDiscussionPostsController.php
@@ -71,7 +71,7 @@ public function destroy($id)
71
* @queryParam beatmapset_discussion_id integer `id` of the [BeatmapsetDiscussion](#beatmapsetdiscussion).
72
* @queryParam types string[] `first`, `reply`, `system` are the valid values. Defaults to `reply`.
73
* @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.
+ * @queryParam with_deleted boolean This param has no effect as api calls do not currently receive group permissions. No-example
75
*/
76
#[Limit, Page, Sort('IdSort')]
77
public function index()
0 commit comments