mirror of
https://github.com/TeamPiped/OpenAPI.git
synced 2024-08-14 23:56:55 +00:00
Add uploaderName property.
This commit is contained in:
parent
45a9275ac8
commit
2776a3d304
1 changed files with 4 additions and 2 deletions
|
@ -41,8 +41,7 @@ paths:
|
|||
schema:
|
||||
type: array
|
||||
items:
|
||||
anyOf:
|
||||
- $ref: "#/components/schemas/StreamItem"
|
||||
$ref: "#/components/schemas/StreamItem"
|
||||
"500":
|
||||
description: Server Side exception
|
||||
content:
|
||||
|
@ -388,6 +387,9 @@ components:
|
|||
uploaderAvatar:
|
||||
type: string
|
||||
description: The avatar of the channel of the video.
|
||||
uploaderName:
|
||||
type: string
|
||||
description: The name of the channel of the video.
|
||||
uploaderUrl:
|
||||
type: string
|
||||
description: The relative URL of the channel of the video.
|
||||
|
|
Loading…
Reference in a new issue