Skip to content
Merged
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
9 changes: 8 additions & 1 deletion api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2038,7 +2038,14 @@
"GetLeaderboardEntries": {
"_type": "undocumented",
"version": 1,
"parameters": []
"parameters": [
{
"name": "lbname",
"type": "string",
"optional": false,
"description": "Name of the leaderboard, must start with official_leaderboard_premier_<season>, optionally followed by _<country>, e.g. official_leaderboard_premier_season3 or official_leaderboard_premier_season2_europe"
}
]
},
"GetMonthlyPlayerCount": {
"_type": "undocumented",
Expand Down