From d984302483dc4721a037271f033142603b185232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Wed, 15 May 2024 18:54:33 +0200 Subject: [PATCH] =?UTF-8?q?fix(api)=20=F0=9F=8F=B7=EF=B8=8F=20Add=20missin?= =?UTF-8?q?g=20property=20"playback"=20to=20/stats=20API=20endpoint=20(#55?= =?UTF-8?q?5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(api) 🏷️ Add missing property "playback" to /stats API endpoint * fix(api) 🏷️ Add missing sub properties to "playback" --- docs/api.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/api.md b/docs/api.md index 496fb2b..02461aa 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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? } } ```