@@ -1300,7 +1300,7 @@ def leaderboard(
13001300 request_options : typing .Optional [RequestOptions ] = None ,
13011301 ) -> HttpResponse [UserLeaderboardResponseWithHistory ]:
13021302 """
1303- Get a user's rank, value, and history for a specific leaderboard.
1303+ Get a user's rank, value, and daily ranking history for a specific leaderboard.
13041304
13051305 Parameters
13061306 ----------
@@ -1314,7 +1314,7 @@ def leaderboard(
13141314 Specific run date in YYYY-MM-DD format. If not provided, returns the current run.
13151315
13161316 num_events : typing.Optional[int]
1317- The number of events to return in the history array .
1317+ The number of days to return in the leaderboard history for the user .
13181318
13191319 request_options : typing.Optional[RequestOptions]
13201320 Request-specific configuration.
@@ -2728,7 +2728,7 @@ async def leaderboard(
27282728 request_options : typing .Optional [RequestOptions ] = None ,
27292729 ) -> AsyncHttpResponse [UserLeaderboardResponseWithHistory ]:
27302730 """
2731- Get a user's rank, value, and history for a specific leaderboard.
2731+ Get a user's rank, value, and daily ranking history for a specific leaderboard.
27322732
27332733 Parameters
27342734 ----------
@@ -2742,7 +2742,7 @@ async def leaderboard(
27422742 Specific run date in YYYY-MM-DD format. If not provided, returns the current run.
27432743
27442744 num_events : typing.Optional[int]
2745- The number of events to return in the history array .
2745+ The number of days to return in the leaderboard history for the user .
27462746
27472747 request_options : typing.Optional[RequestOptions]
27482748 Request-specific configuration.
0 commit comments