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
Bug Description
The API documentation for TFT-MATCH-V1 / getMatchByMatchId shows that the TraitDto.style field can take values 0–4 (0 = No style, 1 = Bronze, 2 = Silver, 3 = Gold, 4 = Chromatic). However, sometimes the API response contains style: 5.
Problem Description
There is no explanation in the documentation about what style = 5 represents. This leads to confusion when parsing the response and mapping trait styles correctly.
Expected Result
The documentation should either clarify that values up to 5 are possible (and what 5 means)
Actual Result
Issue Comments
Is it really 3 = Gold and 4 = Chromatic?
Or are these values reversed?
What does 5 represent (possibly "Prismatic")?
Any clarification would be very helpful for developers.