From 54a93e9471a9320631062dcc7f72627ba98f64e7 Mon Sep 17 00:00:00 2001 From: Ezio Date: Thu, 11 Apr 2024 15:57:58 -0600 Subject: [PATCH] core/maps allow excluding map IDs/UIDs --- docs/core/maps/info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/maps/info.md b/docs/core/maps/info.md index 526ffe6..69681d2 100644 --- a/docs/core/maps/info.md +++ b/docs/core/maps/info.md @@ -27,6 +27,7 @@ Gets map information for a number of maps at once. - The two parameters work the same way, but you can only use one of them at a time. - This endpoint has no intrinsic limit on the number of map IDs requested, but it will return a `414` error if the request URI length is 8220 characters or more (corresponding to just over 200 map IDs or almost 300 map UIDs, depending on how you encode the URI). +- It is valid to exclude the `mapIdList` and `mapUidList` parameters, but in this case you must pass only a single map ID like so: `https://prod.trackmania.core.nadeo.online/maps/d2b8a048-209d-4cfa-b5a4-bc3e3cab3566`. ---