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