Skip to content

Commit

Permalink
fix get-leaderboard-entries
Browse files Browse the repository at this point in the history
  • Loading branch information
joshraphael committed Nov 22, 2024
1 parent 90403f7 commit bcfa808
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/v1/get-leaderboard-entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ A leaderboards's entries can be found on the leaderboard info page:

| Name | Required? | Description |
| :--- | :-------- | :----------------------------------------------------------- |
| `z` | Yes | Your username. |
| `y` | Yes | Your web API key. |
| `i` | Yes | The target leaderboard ID. |
| `c` | | Count, number of records to return (default: 100, max: 500). |
Expand All @@ -46,7 +45,7 @@ Not yet supported.
"User": "vani11a",
"Score": 390490,
"FormattedScore": "390,490",
"DateSubmitted": "2024-07-25T15:51:00Z"
"DateSubmitted": "2024-07-25T15:51:00+00:00"
}
// ...
]
Expand Down

0 comments on commit bcfa808

Please sign in to comment.