mirror of
https://github.com/TeamPiped/OpenAPI.git
synced 2024-08-14 23:56:55 +00:00
Add views and url to VideoInfo
This commit is contained in:
parent
c37755d68a
commit
8c8e6d0140
1 changed files with 6 additions and 0 deletions
|
@ -376,6 +376,12 @@ components:
|
||||||
uploaderVerified:
|
uploaderVerified:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Whether the video's uploader is verified.
|
description: Whether the video's uploader is verified.
|
||||||
|
url:
|
||||||
|
type: string
|
||||||
|
description: The relative URL to the video.
|
||||||
|
views:
|
||||||
|
type: integer
|
||||||
|
description: The number of views the video has.
|
||||||
relatedStreams:
|
relatedStreams:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue