Skip to content

Commit

Permalink
Merge pull request #11727 from nanaya/scores-wording
Browse files Browse the repository at this point in the history
Better wording for score listing api docs
  • Loading branch information
notbakaneko authored Dec 9, 2024
2 parents a0c02ab + a15ac99 commit 5e11c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ScoresController.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function download($rulesetOrSoloId, $id = null)
/**
* Get Scores
*
* Returns submitted scores. Up to 1000 scores will be returned in order of oldest to latest.
* Returns all passed scores. Up to 1000 scores will be returned in order of oldest to latest.
* Most recent scores will be returned if `cursor_string` parameter is not specified.
*
* Obtaining new scores that arrived after the last request can be done by passing `cursor_string`
Expand Down

0 comments on commit 5e11c44

Please sign in to comment.