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