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:
- Go to Swagger UI
- Select V1
- Select “GET: v1/games”
- Read description: “A list of universe Ids. Cannot exceed a maximum of 100 IDs.”
- Query a request with 50 ids to the API: Query Link
- Query a request with 51 ids to the API: Query Link
- Look at error message
Either way if this is an accident or not the docs/limit should be updated to match.
Thank you.