Skip to content

Commit b2fd1be

Browse files
committed
Updated favorites mapTypeList parameter
1 parent cbc77d4 commit b2fd1be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/live/maps/favorites.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ parameters:
2828
description: The order of the maps based on the sorting
2929
required: false
3030
default: "desc"
31-
- name: mapType
31+
- name: mapTypeList
3232
type: string
33-
description: The map type filter
33+
description: The map type filter separated by commas
3434
required: false
3535
- name: playable
3636
type: boolean
@@ -46,14 +46,14 @@ Retrieves your authenticated account's favorite tracks along with their informat
4646

4747
- This endpoint is only useful with tokens authenticated through Ubisoft user accounts (as opposed to dedicated server accounts).
4848
- When no `mapType` filter is applied, all available maps are returned regardless of their type.
49-
- Examples of supported map types to filter by are `"TrackMania\TM_Race"`, `"TrackMania\TM_Royal"` and `"TrackMania\TM_Stunt"`.
49+
- Examples of supported map types to filter by are `"TrackMania\TM_Race"`, `"TrackMania\TM_Royal"`, `"TrackMania\TM_Stunt"`, and `"TrackMania\TM_Platform"`.
5050

5151
---
5252

5353
**Example request**:
5454

5555
```plain
56-
GET https://live-services.trackmania.nadeo.live/api/token/map/favorite?offset=0&length=1&sort=date&order=desc&mapType=Trackmania\TM_Race&playable=true
56+
GET https://live-services.trackmania.nadeo.live/api/token/map/favorite?offset=0&length=1&sort=date&order=desc&mapTypeList=Trackmania\TM_Race&playable=true
5757
```
5858

5959
**Example response**:

0 commit comments

Comments
 (0)