Skip to content

Commit d4d586f

Browse files
committed
Update favorite map endpoints' responses
1 parent 477bd74 commit d4d586f

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

docs/live/maps/add-favorite.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ POST https://live-services.trackmania.nadeo.live/api/token/map/favorite/EgUgXeBV
3333

3434
**Example response**:
3535

36-
```plain
37-
Map favorite created
38-
```
36+
A successful response has no content and a `204` response code.
3937

4038
Example response if the requested map does not exist:
4139

docs/live/maps/remove-favorite.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ POST https://live-services.trackmania.nadeo.live/api/token/map/favorite/EgUgXeBV
3232

3333
**Example response**:
3434

35-
```plain
36-
Map favorite deleted
37-
```
35+
A successful response has no content and a `204` response code.
3836

3937
Example response if the requested map does not exist:
4038

docs/oauth/reference/favorites/add-favorite.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ POST https://api.trackmania.com/api/user/maps/favorite/add
3737
```
3838

3939
**Example response**:
40-
The response will be empty with a `204` response code.
40+
41+
A successful response has no content and a `204` response code.

docs/oauth/reference/favorites/remove-favorite.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ POST https://api.trackmania.com/api/user/maps/favorite/remove
3737
```
3838

3939
**Example response**:
40-
The response will be empty with a `204` response code.
40+
41+
A successful response has no content and a `204` response code.

0 commit comments

Comments
 (0)