Skip to content

Commit 9418370

Browse files
committed
fix(endpoints): homeRunDerby typo, stats note
1 parent 21926a9 commit 9418370

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

statsapi/endpoints.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
"note": "Valid values for orgType parameter: player, team, division, league, sport, types.",
465465
},
466466
"homeRunDerby": {
467-
"url": BASE_URL + "{ver}/honeRunDerby/{gamePk}{bracket}{pool}",
467+
"url": BASE_URL + "{ver}/homeRunDerby/{gamePk}{bracket}{pool}",
468468
"path_params": {
469469
"ver": {
470470
"type": "str",
@@ -989,6 +989,7 @@
989989
"metrics",
990990
],
991991
"required_params": [["stats", "group"]],
992+
"note": "If no limit is specified, the response will be limited to 50 records.",
992993
},
993994
"stats_leaders": {
994995
"url": BASE_URL + "{ver}/stats/leaders",

0 commit comments

Comments
 (0)