From 46e6fd51aaf32e1c7d6bb3db2a2e09b84b524f78 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Fri, 3 Sep 2021 22:05:37 +0530 Subject: [PATCH] Add uploaderVerified info to Streams API. --- content/docs/api-documentatoin/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/api-documentatoin/index.md b/content/docs/api-documentatoin/index.md index 925b6d6..c8dfda7 100644 --- a/content/docs/api-documentatoin/index.md +++ b/content/docs/api-documentatoin/index.md @@ -80,6 +80,7 @@ Response: "uploadedDate": "2021-01-01", // The date the video was uploaded "uploader": "", // The name of the channel of the video "uploaderUrl": "/channel/...", // The URL of the channel of the video + "uploaderVerified": true, // Whether or not the channel of the video is verified "videoStreams": [ { "bitrate": 0, // The bitrate of the video stream in bytes