mirror of
https://github.com/iv-org/documentation.git
synced 2025-04-06 21:53:43 -04:00
Add badges to video common_type and add sort_by for channel shorts and streams
This commit is contained in:
parent
28b5a92719
commit
11988db784
@ -124,6 +124,7 @@ This is the same as requesting `/api/v1/channels/:id/videos` without URL paramet
|
||||
> URL parameters:
|
||||
|
||||
* `continuation`: A continuation token to get the next chunk of items. The token is provided each time this API is requested.
|
||||
* `sort_by`: Sort order filter. Accepted values: `newest`, `popular` or `oldest`
|
||||
|
||||
> Response:
|
||||
|
||||
@ -135,6 +136,7 @@ See: GET `/api/v1/channels/:id/videos`
|
||||
> URL parameters:
|
||||
|
||||
* `continuation`: A continuation token to get the next chunk of items. The token is provided each time this API is requested.
|
||||
* `sort_by`: Sort order filter. Accepted values: `newest`, `popular` or `oldest`
|
||||
|
||||
> Response:
|
||||
|
||||
|
@ -57,7 +57,15 @@
|
||||
|
||||
"liveNow": Boolean,
|
||||
"premium": Boolean,
|
||||
"isUpcoming": Boolean
|
||||
"isUpcoming": Boolean,
|
||||
|
||||
"isNew" Boolean,
|
||||
"is4k": Boolean,
|
||||
"is8k": Boolean,
|
||||
"isVr180": Boolean,
|
||||
"isVr360": Boolean,
|
||||
"is3d": Boolean,
|
||||
"hasCaptions": Boolean
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user