mirror of
				https://gitea.invidious.io/iv-org/documentation
				synced 2025-06-05 22:19:26 +02: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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user