Skip to content

Commit f74e31a

Browse files
committed
correct syntax for array param
1 parent 77318fc commit f74e31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/BeatmapsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public function attributes($id)
197197
* -------- | ------------------------------------- | -----------
198198
* beatmaps | [BeatmapExtended](#beatmapextended)[] | Includes `beatmapset` (with `ratings`), `failtimes`, and `max_combo`.
199199
*
200-
* @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
200+
* @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]
201201
*
202202
* @response {
203203
* "beatmaps": [

0 commit comments

Comments
 (0)