Gamepasses endpoint errors on limit=100

When visiting https://games.roblox.com/v1/games/{UniverseId}/game-passes?sortOrder=Asc&limit=100 and specifying limit=100, the page returns an error 500 - Internal Server Error while the other options for limit (10, 25 and 50) work fine.

The limits are documented as an option for the request on this page: https://games.roblox.com/docs#!/GamePasses/get_v1_games_universeId_game_passes
Attempting to use an invalid limit returns a response that also says 100 is supported.

This happens 100% of the time.
I just found out about it today, I don’t know for how long this has been an issue.

To reproduce:

2 Likes