RiotGames / developer-relations

Riot Games Developer Ecosystem Bug Reporting
http://developer.riotgames.com
745 stars 44 forks source link

[DOCS][BUG] `val-ranked-v1.LeaderboardDto` missing `immortalStartingPage`, `immortalStartingIndex`, `topTierRRThreshold`, `tierDetails`, `startIndex`, `query` fields; `tierDetails` DTO missing; `PlayerDto` missing `competitiveTier`, #605

Open MingweiSamuel opened 2 years ago

MingweiSamuel commented 2 years ago

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 ??
MingweiSamuel commented 2 years ago

Also I'm curious to know the significance of the key values 21, 22, 23, 24:

frissyn commented 2 years ago

@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.