Skip to content

Commit

Permalink
Fix favorites endpoint's mapType filter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbmaier committed Sep 1, 2024
1 parent dfa7427 commit 52683ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/live/maps/favorites.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ parameters:
type: string
description: The map type filter
required: false
default: "TrackMania\\TM_Race"
- name: playable
type: boolean
description: Whether the map is validated and playable
Expand All @@ -46,6 +45,8 @@ Retrieves your authenticated account's favorite tracks along with their informat
**Remarks**:

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

---

Expand Down

0 comments on commit 52683ad

Please sign in to comment.