Add uploaderName property.

This commit is contained in:
FireMasterK 2022-02-05 21:41:23 +00:00
parent 45a9275ac8
commit 2776a3d304
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -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.