Game API maximum universe id is wrong

I noticed that the Game (v1/game) api maxium UniverseIds did not match the docs description. It says that the limit is 100 ids per request but recently anything above 50 will return error code 9 (Too many universe IDs were requested.).

How to Reproduce:

  1. Go to Swagger UI
  2. Select V1
  3. Select “GET: v1/games”
  4. Read description: “A list of universe Ids. Cannot exceed a maximum of 100 IDs.”
  5. Query a request with 50 ids to the API: Query Link
  6. Query a request with 51 ids to the API: Query Link
  7. Look at error message

Either way if this is an accident or not the docs/limit should be updated to match.
Thank you.

1 Like

This is just an acknowledgment announcement!

We’ve filed a ticket into our internal database for this issue, and will come back as soon as we have updates!

Thanks for flagging!