Skip to content

Commit 55fac20

Browse files
authored
Add lbname parameter for ICSGOServers_730/GetLeaderboardEntries (#25)
1 parent c6ef71b commit 55fac20

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

api.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2038,7 +2038,14 @@
20382038
"GetLeaderboardEntries": {
20392039
"_type": "undocumented",
20402040
"version": 1,
2041-
"parameters": []
2041+
"parameters": [
2042+
{
2043+
"name": "lbname",
2044+
"type": "string",
2045+
"optional": false,
2046+
"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"
2047+
}
2048+
]
20422049
},
20432050
"GetMonthlyPlayerCount": {
20442051
"_type": "undocumented",

0 commit comments

Comments
 (0)