Skip to content

Commit

Permalink
Add note to account records endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbmaier committed Sep 8, 2024
1 parent 52683ad commit 290a5c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/core/records/account-records-v2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Get all account records (v2)
name: Get account records (v2)

url: https://prod.trackmania.core.nadeo.online
method: GET
Expand All @@ -20,13 +20,14 @@ parameters:
required: false
---

Gets all records for the currently authenticated account.
Gets records for the currently authenticated account.

---

**Remarks**:

- This endpoint only works for the currently authenticated account, requesting others' records will result in error `403`. This feature is not supported when using a dedicated server account's token.
- This endpoint is limited to the most recent 1,000 records driven by the currently authenticated account. Retrieving all historical records is not supported.
- To retrieve records driven on Stunt maps (with the map type `TrackMania\TM_Stunt`), set the `gameMode` query parameter to `"Stunt"`.

---
Expand Down

0 comments on commit 290a5c7

Please sign in to comment.