-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Incorrect documentation for bountyGold in match-v5 ChallengesDto #1005
Comments
Is related to #982 |
Seems like the data is bugged, why would gold bounty ever be fractional? Did they change how bounty gold works? (docs should be updated regardless, with note perhaps) |
Totally agree, it actually affect few other fields in some really specific games. |
I double checked this. In LA1_1568057368, please see the Participant data for player with game name "Zelt" and tagline "GGZ". Their bountyGold is |
@noahkohrs What are the match IDs? |
Bug Description
Error in Match-v5 ChallengesDto documentation
Problem Description
bountyGold
is documented as an integer but it can be a float.Expected Result
Documentation is out of date/inconsistent.
Actual Result
bountyGold
should be documented as a float.Developer Impact
Type deserializers generated from the API spec will fail, especially for strongly typed languages.
Repro Steps
Query match-v5 endpoint for
LA1_1568057368
.bountyGold
for one of the Participant structs is a float.The text was updated successfully, but these errors were encountered: