Skip to content

Commit

Permalink
all with_deleted should have no example (because it does nothing for …
Browse files Browse the repository at this point in the history
…api)
  • Loading branch information
notbakaneko committed Aug 15, 2024
1 parent 24dc1d2 commit 7fa88bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/BeatmapDiscussionPostsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 7fa88bc

Please sign in to comment.