You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/live/maps/remove-favorite.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,16 +32,6 @@ POST https://live-services.trackmania.nadeo.live/api/token/map/favorite/EgUgXeBV
32
32
33
33
**Example response**:
34
34
35
-
A successful response has no content and a `204` response code.
35
+
Both successful and unsuccessful responses (including requests for maps that are not part of your favorites) have no content and return a `204` response code.
36
36
37
-
Example response if the requested map does not exist:
38
-
39
-
```json
40
-
["map:error-notFound"]
41
-
```
42
-
43
-
Example response if the requested map is not among your favorites:
44
-
45
-
```json
46
-
["mapFavorite:error-notFound"]
47
-
```
37
+
An invalid `mapUid` results in a `500` response code with an error object in the response body.
0 commit comments