mirror of
https://github.com/iv-org/documentation.git
synced 2024-12-22 22:09:22 -05: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
@ -27,6 +27,11 @@ All endpoints that return a JSON body support `&hl=LANGUAGE` for translating fie
|
|||||||
"metadata": {
|
"metadata": {
|
||||||
"updatedAt": Int64,
|
"updatedAt": Int64,
|
||||||
"lastChannelRefreshedAt": Int64
|
"lastChannelRefreshedAt": Int64
|
||||||
|
},
|
||||||
|
"playback": {
|
||||||
|
"totalRequests": Int32?
|
||||||
|
"successfulRequests": Int32?
|
||||||
|
"ratio": Float32?
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user