diff --git a/docs/api.md b/docs/api.md index 3354547..02461aa 100644 --- a/docs/api.md +++ b/docs/api.md @@ -28,7 +28,11 @@ All endpoints that return a JSON body support `&hl=LANGUAGE` for translating fie "updatedAt": Int64, "lastChannelRefreshedAt": Int64 }, - "playback": {} + "playback": { + "totalRequests": Int32? + "successfulRequests": Int32? + "ratio": Float32? + } } ```