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:
|
schema:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
anyOf:
|
$ref: "#/components/schemas/StreamItem"
|
||||||
- $ref: "#/components/schemas/StreamItem"
|
|
||||||
"500":
|
"500":
|
||||||
description: Server Side exception
|
description: Server Side exception
|
||||||
content:
|
content:
|
||||||
|
@ -388,6 +387,9 @@ components:
|
||||||
uploaderAvatar:
|
uploaderAvatar:
|
||||||
type: string
|
type: string
|
||||||
description: The avatar of the channel of the video.
|
description: The avatar of the channel of the video.
|
||||||
|
uploaderName:
|
||||||
|
type: string
|
||||||
|
description: The name of the channel of the video.
|
||||||
uploaderUrl:
|
uploaderUrl:
|
||||||
type: string
|
type: string
|
||||||
description: The relative URL of the channel of the video.
|
description: The relative URL of the channel of the video.
|
||||||
|
|
Loading…
Reference in a new issue