File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
oauth/reference/favorites Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff 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
4038Example response if the requested map does not exist:
4139
Original file line number Diff line number Diff 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
3937Example response if the requested map does not exist:
4038
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments