Headers:
-
Authorization: nadeo_v1 t={token}
An access token for theNadeoLiveServices
audience
Service provided by Openplanet
Add favorite map
POST
https://live-services.trackmania.nadeo.live/api/token/map/favorite/{mapUid}/add
Headers:
Authorization: nadeo_v1 t={token}
An access token for the NadeoLiveServices
audience
Path parameters:
{mapUid}
(string)
The UID of the map
*
Adds a map to your authenticated account's favorites.
Remarks:
Example request:
POST https://live-services.trackmania.nadeo.live/api/token/map/favorite/EgUgXeBV8vpEth2hZgSzLhlHRs8/add
Example response:
Map favorite created
Example response if the requested map does not exist:
["map:error-notFound"]