This patch fixes multi-selector behavior, guild lookup edge cases, and leaderboard limits.
Multi-selectors
- Multi-selector responses now return status code
300 Multiple Choices.
- Documentation was updated to explain multi-selector responses.
Leaderboards
- Fixed
resultLimit not being able to display more than 100 entries for guild-related leaderboards.
- Fixed leaderboard TTL consistency.
- All leaderboards now use a 1 hour TTL.
- Temporarily increased the leaderboard update interval from 1 hour to 1 day to reduce global hourly slowdowns.
Guild endpoints
- Fixed guild list sometimes returning wrong names.
- Added a multi-selector when a name query refers to multiple guilds.
- If a duplicated guild name is requested with exact casing, the matching guild is returned instead of the selector.