| map | String | The map UID to show the votes on it | `OkNwgzSwDLZSWSRPsUKY7EA1Cg5`
| player | String | The player login that he voted on it | `Jtmn3kBnSSadky_mLNhp_A`
Example response:
```json
...
...
@@ -81,13 +81,12 @@ Example response:
**POST /setVote**<br>
Writes the vote of a player to the respective map into the database table.<br/>
⚠ You need an Authorization header with a valid token in order to do requests for this. After getting your token, set your Authorization value to `Basic yourtokenhere`