mirror of
https://github.com/iv-org/documentation.git
synced 2025-01-03 11:30:52 -05:00
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:
parent
e4fafd6537
commit
e057224be7
@ -13,6 +13,7 @@ details on the various JSON objects used below.
|
|||||||
"author": String,
|
"author": String,
|
||||||
"authorId": String,
|
"authorId": String,
|
||||||
"authorUrl": String,
|
"authorUrl": String,
|
||||||
|
"authorVerified": Boolean,
|
||||||
"authorBanners": [
|
"authorBanners": [
|
||||||
// One or more ImageObject
|
// One or more ImageObject
|
||||||
],
|
],
|
||||||
@ -29,7 +30,9 @@ details on the various JSON objects used below.
|
|||||||
|
|
||||||
"description": String,
|
"description": String,
|
||||||
"descriptionHtml": String,
|
"descriptionHtml": String,
|
||||||
"allowedRegions": [String],
|
"allowedRegions": String[],
|
||||||
|
|
||||||
|
"tabs": String[],
|
||||||
|
|
||||||
"latestVideos": [
|
"latestVideos": [
|
||||||
// One or more VideoObject
|
// One or more VideoObject
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
"author": String,
|
"author": String,
|
||||||
"authorId": String,
|
"authorId": String,
|
||||||
"authorUrl": String,
|
"authorUrl": String,
|
||||||
|
"authorVerified": Boolean,
|
||||||
|
|
||||||
"videoThumbnails": [
|
"videoThumbnails": [
|
||||||
// One or more ThumbnailObject
|
// One or more ThumbnailObject
|
||||||
|
Loading…
Reference in New Issue
Block a user