mirror of
https://github.com/iv-org/documentation.git
synced 2024-11-26 23:50:37 +00: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,
|
||||
"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
|
||||
|
@ -36,6 +36,7 @@
|
||||
"author": String,
|
||||
"authorId": String,
|
||||
"authorUrl": String,
|
||||
"authorVerified": Boolean,
|
||||
|
||||
"videoThumbnails": [
|
||||
// One or more ThumbnailObject
|
||||
|
Loading…
Reference in New Issue
Block a user