Changes by blabdude - Add purge all segments

Ajay Ramachandran
2021-06-24 02:25:55 -04:00
parent e35158418f
commit 12cacf68cb

@@ -599,6 +599,32 @@ Clear redis cache for video.
__________________________________________________________________
##### **POST** `/api/purgeAllSegments`
Hide all segments on a video
**Input** (Request Body):
```js
{
userID: string, // your userID
videoID: string // video ID to hide segments of
}
```
**Response**:
```js
{
Nothing (status code 200)
}
```
**Error codes**:
400: Bad Request (Your inputs are wrong/impossible)
403: Unauthorized (You are not a VIP)
__________________________________________________________________
### Admin Calls
These can only be called by the server administrator, set in the config.