From a39d39d4b7d70e4b505afac8d1488912a7ea6bc8 Mon Sep 17 00:00:00 2001 From: "David B. Maier" Date: Tue, 24 Dec 2024 13:55:32 +0100 Subject: [PATCH] Fix phrasing issues --- docs/core/maps/vote.md | 2 +- docs/live/campaigns/campaigns.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/maps/vote.md b/docs/core/maps/vote.md index 785cbf1..af6c6e2 100644 --- a/docs/core/maps/vote.md +++ b/docs/core/maps/vote.md @@ -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. --- diff --git a/docs/live/campaigns/campaigns.md b/docs/live/campaigns/campaigns.md index 4c9aeb4..8af4265 100644 --- a/docs/live/campaigns/campaigns.md +++ b/docs/live/campaigns/campaigns.md @@ -1,5 +1,5 @@ --- -name: Get campaigns +name: Get seasonal campaigns url: https://live-services.trackmania.nadeo.live method: GET