Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remarks to live/lb/position.md #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/live/leaderboards/position.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Gets position data for one or more records by their score/time.
- This endpoint supports up to 50 maps at once - they need to be added to the request body's array as well as to the query parameters (see example below).
- This endpoint can sometimes be very delayed - there's been cases where it has returned data that was outdated for multiple hours. On average, this route should be up to date within about three hours - some maps are prioritized though (official campaign maps and current TOTDs), so they are typically updated every five minutes.
- If the authenticated account has a record on the requested map, no scores lower than that record can be requested - it's recommended to use this endpoint with an account that does not have any records.
- Duplicate `mapUid`s in the same group are not supported. The response will include the same position for all scores requested.
- `score`s must be greater than or equal to 1, otherwise the result for that `mapUid` will be omitted.

---

Expand Down
Loading