mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
fix(api): 🏷️ Add other video types than the default: scheduled
apparently not a constant anymore
This commit is contained in:
parent
3c2356b9b4
commit
7a26cf1c76
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
```javascript
|
||||
{
|
||||
"type": "video", // Constant
|
||||
"type": String, // one of: "video", "scheduled"
|
||||
|
||||
"title": String,
|
||||
"videoId": String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue