Problem Description
When navigating to queues.json, 1810, 1820, 1830 and 1840 are not listed, even though when querying a game that was played in the modes giving a new, undocumented queueID.
Expected Result
{
"queueId": 1810,
"map": "Swarm",
"description": "Swarm",
"notes": "Swarm 1 player" // otherwise null, not sure if that note is required
},
{
"queueId": 1820,
"map": "Swarm",
"description": "Swarm",
"notes": "Swarm 2 players" // otherwise null, not sure if that note is required
},
{
"queueId": 1830,
"map": "Swarm",
"description": "Swarm",
"notes": "Swarm 3 players" // otherwise null, not sure if that note is required
},
{
"queueId": 1840,
"map": "Swarm",
"description": "Swarm",
"notes": "Swarm 4 players" // otherwise null, not sure if that note is required
},
Developer Impact
When requesting matches, I find queueIDs which are undocumented. Therefore, I can't use datadrogon as a cdn or reliable source for my sites
Frequency: lately pretty often, a lot of people play swarm
Bug Description
The queue.json provided at https://static.developer.riotgames.com/docs/lol/queues.json does not contain the new Swarm queueId(s) that were introduced in 14.14
Problem Description
When navigating to queues.json, 1810, 1820, 1830 and 1840 are not listed, even though when querying a game that was played in the modes giving a new, undocumented queueID.
Expected Result
Developer Impact
When requesting matches, I find queueIDs which are undocumented. Therefore, I can't use datadrogon as a cdn or reliable source for my sites
This could be fixed in go with #946