RiotGames / developer-relations

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

[DOCS][BUG] QueueIds 1810, 1820, 1830 and 1840 missing DataDragon's queues.json #976

Closed DarkIntaqt closed 3 months ago

DarkIntaqt commented 3 months ago

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

{
   "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

This could be fixed in go with #946

tisbells commented 3 months ago

These were added!