developer-relations
developer-relations copied to clipboard
[DOCS][BUG] `val-ranked-v1.LeaderboardDto` missing `immortalStartingPage`, `immortalStartingIndex`, `topTierRRThreshold`, `tierDetails`, `startIndex`, `query` fields; `tierDetails` DTO missing; `PlayerDto` missing `competitiveTier`, `prefix`
https://developer.riotgames.com/apis#val-ranked-v1/GET_getLeaderboard
LeaderboardDto missing the following:
| Name | Data Type | Description |
|---|---|---|
| immortalStartingPage | long | |
| immortalStartingIndex | long | |
| topTierRRThreshold | long | |
| tierDetails | Dictionary<long, TierDetailDto> ??? | |
| startIndex | long | |
| query | string |
And TierDetailDto (I chose that name) is of course missing:
| Name | Data Type | Description |
|---|---|---|
| rankedRatingThreshold | long | |
| startingPage | long | |
| startingIndex | long |
PlayerDto missing the following:
| Name | Data Type | Description |
|---|---|---|
| competitiveTier | long | ?? |
Also I'm curious to know the significance of the key values 21, 22, 23, 24:

@MingweiSamuel I can't be 100% sure, but the keys for the tierDetails object seem to match the competitive Tier numbers that represent Ranks.
So 21 would be Immortal 1, 22, would be Immortal 2, etc. With the last key being Radiant of course.