Skip to content

Commit

Permalink
correct syntax for array param
Browse files Browse the repository at this point in the history
  • Loading branch information
notbakaneko committed Sep 11, 2024
1 parent afbe363 commit c9b458d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/BeatmapsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public function attributes($id)
* -------- | ------------------------------------- | -----------
* beatmaps | [BeatmapExtended](#beatmapextended)[] | Includes `beatmapset` (with `ratings`), `failtimes`, and `max_combo`.
*
* @queryParam ids[] integer Beatmap IDs to be returned. Specify once for each beatmap ID requested. Up to 50 beatmaps can be requested at once. Example: 1
* @queryParam ids integer[] Beatmap IDs to be returned. Specify once for each beatmap ID requested. Up to 50 beatmaps can be requested at once. Example: [1]
*
* @response {
* "beatmaps": [
Expand Down

0 comments on commit c9b458d

Please sign in to comment.