Skip to content

Commit

Permalink
Fix phrasing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbmaier committed Dec 24, 2024
1 parent 5a488c1 commit a39d39d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/core/maps/vote.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gets the currently authenticated user's vote for a map.
**Remarks**:

- Because this endpoint only works for the currently authenticated user, it cannot be used by a dedicated server account.
- The `vote` field can be set to `-1` for a dislike, or `1` for a like. `0` can be used to unset the vote.
- The `vote` field in the response can be `-1` for a dislike, or `1` for a like. `0` indicates the user has not voted or has removed a previous vote again.
- The `voteDate` field in the response contains the day of the vote (i.e. the last change to the given map's vote), but not an exact timestamp.

---
Expand Down
2 changes: 1 addition & 1 deletion docs/live/campaigns/campaigns.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Get campaigns
name: Get seasonal campaigns

url: https://live-services.trackmania.nadeo.live
method: GET
Expand Down

0 comments on commit a39d39d

Please sign in to comment.