From 2776a3d304c3911e2566111e277a13707b4219e6 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Sat, 5 Feb 2022 21:41:23 +0000 Subject: [PATCH] Add uploaderName property. --- swagger.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/swagger.yaml b/swagger.yaml index f4ec288..83b8340 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -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.