From e057224be76656af92425f382f0c95d2ff50e8bc Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Fri, 10 Feb 2023 22:49:20 +0000 Subject: [PATCH] Api docs update (#344) * API: Add "authorVerified" to VideoObject and /channel/id endpoint * API: Add "tabs" field to main channel endpoint --- docs/api/channels_endpoint.md | 5 ++++- docs/api/common_types.md | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/api/channels_endpoint.md b/docs/api/channels_endpoint.md index df977c1..e90ce4d 100644 --- a/docs/api/channels_endpoint.md +++ b/docs/api/channels_endpoint.md @@ -13,6 +13,7 @@ details on the various JSON objects used below. "author": String, "authorId": String, "authorUrl": String, + "authorVerified": Boolean, "authorBanners": [ // One or more ImageObject ], @@ -29,7 +30,9 @@ details on the various JSON objects used below. "description": String, "descriptionHtml": String, - "allowedRegions": [String], + "allowedRegions": String[], + + "tabs": String[], "latestVideos": [ // One or more VideoObject diff --git a/docs/api/common_types.md b/docs/api/common_types.md index e2458ec..9a896f0 100644 --- a/docs/api/common_types.md +++ b/docs/api/common_types.md @@ -36,6 +36,7 @@ "author": String, "authorId": String, "authorUrl": String, + "authorVerified": Boolean, "videoThumbnails": [ // One or more ThumbnailObject