Updated API Docs (markdown)

Ajay Ramachandran
2020-09-21 10:11:00 -04:00
parent 1b5350d7cf
commit 585fb76a59

@@ -112,7 +112,7 @@ __________________________________________________________________
**POST** <sup>or **GET** (legacy)</sup> `/api/voteOnSponsorTime`
**Input** (URL Parameters):
**Input** Normal Vote (URL Parameters):
```
{
UUID: string, //id of the sponsor being voted on
@@ -121,6 +121,17 @@ __________________________________________________________________
}
```
OR
**Input** Category Vote (URL Parameters):
```
{
UUID: string, //id of the sponsor being voted on
userID: string, //the local user id
category: string //the name of the category to change this submission to
}
```
**Response**:
```
{