RiotGames / developer-relations

Riot Games Developer Ecosystem Bug Reporting
http://developer.riotgames.com
747 stars 44 forks source link

[BUG] Champion Mastery V4 docs might be outdated #1009

Open katarem opened 1 week ago

katarem commented 1 week ago

Bug Description
Variable chestGranted is missing on the response JSON body.

Problem Description
image As you can check in the image, the docs describe that the response body should return the variable chestGranted, but I don't know if A) the docs are outdated or B) it isn't returning the available chest.

Expected Result
As I explained in the Problem Description, it either can be outdated docs or outdated response body on the REST API. It depends on what is actually the problem, the expected should or shouldn't include chestGranted in the response body and docs.

Actual Result
The docs say the Response Body comes with a variable called chestGranted but it is returning a response body without it. But I can't guess if the docs are outdated or the response body.

Developer Impact
Describe how this affects you as a developer. Please include the frequency and severity of the issue.

Player Impact
This bug doesn't affect League of Legends directly.

Preconditions
There aren't any preconditions.

Repro Steps
Step by step, what do you need to do to cause the bug? Note that GitHub will automagically number each step if you prefix the line with "1. "

  1. Step 1: Go to the endpoint docs of Champion-Mastery API, you will read "chestGranted" is supposedly returned in the Response Body.