You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's actually not necessarily a bad thing. A lot of APIs use syntax like ?include=categories for including relations in the query. That way you can save bandwidth by not returning a potentially big list of categories and bloating the json response. Maybe we could return a list of category ids in the response by default?
We don't return the related list of Categories with the response when fetching for a leaderboard.
Step(s) to Reproduce
GET /api/leaderboards/:id
Expected Result
Actual Outcome
The text was updated successfully, but these errors were encountered: