Skip to content

[BUG] GET /tft/match/v1/matches/{matchId} TraitDto.style undocumented value (5) and unclear mapping for 3/4 #1094

@trialo96

Description

@trialo96

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

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions