From 290a5c73b19942e8e1c37819636b78a8e4aeeb33 Mon Sep 17 00:00:00 2001 From: "David B. Maier" Date: Sun, 8 Sep 2024 10:36:21 +0200 Subject: [PATCH] Add note to account records endpoint --- docs/core/records/account-records-v2.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/core/records/account-records-v2.md b/docs/core/records/account-records-v2.md index c6c6627..bd40b5d 100644 --- a/docs/core/records/account-records-v2.md +++ b/docs/core/records/account-records-v2.md @@ -1,5 +1,5 @@ --- -name: Get all account records (v2) +name: Get account records (v2) url: https://prod.trackmania.core.nadeo.online method: GET @@ -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"`. ---