[DOCS][BUG] match-v5
playerScore#
fields are floats now, not ints (and capitalized wrong, and also duplicated)
#1053
Labels
Uh oh!
There was an error while loading. Please reload this page.
After wednesday's patch
match-v5.ParticipantDto.playerScore0-11
are alllowerCamel
andint
in the docs, but the API returnsPascalCase
PlasyerScore1
and values are floats. The casing issue is #1039Similarly,
match-v5.MissionsDto.playerScore0-11
are in the correct case, but docs say they areint
when they are floats.Also, the data is completely duplicated between the
ParticipantDto
and theMissionsDto
within, see below.The text was updated successfully, but these errors were encountered: