mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +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
2 changed files with 5 additions and 1 deletions
|
@ -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 a new issue