You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incorrectly written as
Return value: Map[Long, Map[Integer, Map[Level, Double]]]
Description: Map of level to percentile of players who have achieved it - keys: ChallengeId -> Season -> Level -> percentile of players who achieved it
But is in reality:
Return value: Map[Long, Map[String, Double]]
Description: Map of level to percentile of players who have achieved it - keys: ChallengeId -> Rank-> percentile of players who achieved it.
This issue might be updated with additional lol-challenges documentation problems
The text was updated successfully, but these errors were encountered:
/lol/challenges/v1/challenges/config
ChallengeConfigInfoDto.localizedNames: Map[String, Map[String, string]] is too vague.
localizedNames could be specified as Map[String, ChallengeDto]
where ChallengeDto is:
/lol/challenges/v1/challenges/percentiles
Incorrectly written as
Return value: Map[Long, Map[Integer, Map[Level, Double]]]
Description: Map of level to percentile of players who have achieved it - keys: ChallengeId -> Season -> Level -> percentile of players who achieved it
But is in reality:
Return value: Map[Long, Map[String, Double]]
Description: Map of level to percentile of players who have achieved it - keys: ChallengeId -> Rank-> percentile of players who achieved it.
This issue might be updated with additional lol-challenges documentation problems
The text was updated successfully, but these errors were encountered: