Api docs update (#344)

* API: Add "authorVerified" to VideoObject and /channel/id endpoint
* API: Add "tabs" field to main channel endpoint
This commit is contained in:
Samantaz Fox 2023-02-10 22:49:20 +00:00 committed by GitHub
parent e4fafd6537
commit e057224be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -36,6 +36,7 @@
"author": String,
"authorId": String,
"authorUrl": String,
"authorVerified": Boolean,
"videoThumbnails": [
// One or more ThumbnailObject