mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
fix(api) 🏷️ Add missing sub properties to "playback"
This commit is contained in:
parent
e4f1355d8c
commit
7f3ee8c5ba
1 changed files with 5 additions and 1 deletions
|
@ -28,7 +28,11 @@ All endpoints that return a JSON body support `&hl=LANGUAGE` for translating fie
|
||||||
"updatedAt": Int64,
|
"updatedAt": Int64,
|
||||||
"lastChannelRefreshedAt": Int64
|
"lastChannelRefreshedAt": Int64
|
||||||
},
|
},
|
||||||
"playback": {}
|
"playback": {
|
||||||
|
"totalRequests": Int32?
|
||||||
|
"successfulRequests": Int32?
|
||||||
|
"ratio": Float32?
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue