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