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
Copy file name to clipboardExpand all lines: src/TrophyApi/Leaderboards/Requests/LeaderboardsGetRequest.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ public record LeaderboardsGetRequest
13
13
publicint?Offset{get;set;}
14
14
15
15
/// <summary>
16
-
/// Maximum number of rankings to return.
16
+
/// Maximum number of rankings to return. Cannot be greater than the size of the leaderboard.
17
17
/// </summary>
18
18
[JsonIgnore]
19
19
publicint?Limit{get;set;}
@@ -31,7 +31,7 @@ public record LeaderboardsGetRequest
31
31
publicstring?UserId{get;set;}
32
32
33
33
/// <summary>
34
-
/// Attribute key and value to filter the rankings by, separated by a colon. This parameter is required, and only valid for leaderboards with a breakdown attribute.
34
+
/// Attribute key and value to filter the rankings by, separated by a colon. For example, `city:London`. This parameter is required, and only valid for leaderboards with a breakdown attribute.
0 commit comments