mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Update README.MD
This commit is contained in:
parent
3091d86186
commit
9b9638cc6e
1 changed files with 1 additions and 25 deletions
26
README.MD
26
README.MD
|
@ -112,7 +112,7 @@ __________________________________________________________________
|
|||
**Response**:
|
||||
```
|
||||
{
|
||||
Nothing (status code 200
|
||||
Nothing (status code 200)
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -144,30 +144,6 @@ __________________________________________________________________
|
|||
|
||||
__________________________________________________________________
|
||||
|
||||
**GET** `/api/viewedVideoSponsorTime`
|
||||
|
||||
Indicates that the user has skipped this sponsor. Used for stats purposes.
|
||||
|
||||
**Input**:
|
||||
```
|
||||
{
|
||||
UUID: string //the UUID of the sponsor time
|
||||
}
|
||||
```
|
||||
|
||||
**Response**:
|
||||
```
|
||||
{
|
||||
Nothing
|
||||
}
|
||||
```
|
||||
|
||||
**Error codes**:
|
||||
|
||||
400: Bad Request (Your inputs are wrong/impossible)
|
||||
|
||||
__________________________________________________________________
|
||||
|
||||
**POST** `/api/setUsername`
|
||||
|
||||
**Input**:
|
||||
|
|
Loading…
Reference in a new issue