Add favorite map

Audience: NadeoLiveServices

POST https://live-services.trackmania.nadeo.live/api/token/map/favorite/{mapUid}/add

Path parameters:

  • {mapUid} (string) The UID of the map *

Adds a map to your favorites.


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"
]