From 7f3ee8c5ba9bbd8ea50aa34eb07222b8d391f604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Tue, 14 May 2024 20:12:20 +0200 Subject: [PATCH] =?UTF-8?q?fix(api)=20=F0=9F=8F=B7=EF=B8=8F=20Add=20missin?= =?UTF-8?q?g=20sub=20properties=20to=20"playback"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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? + } } ```