From 5ca51e43af7c5bef3e77d0d00cd962c354e75e16 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Mon, 21 Aug 2023 09:46:22 +0200 Subject: [PATCH] document user streamer data - for lichess-org/lila#13442 --- doc/specs/lichess-api.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/specs/lichess-api.yaml b/doc/specs/lichess-api.yaml index 0ae8836..4a81391 100644 --- a/doc/specs/lichess-api.yaml +++ b/doc/specs/lichess-api.yaml @@ -8812,6 +8812,15 @@ components: streaming: type: boolean example: false + streamer: + example: { + "twitch": { + "channel": "https://www.twitch.tv/lichessdotorg" + }, + "youTube": { + "channel": "https://www.youtube.com/c/LichessDotOrg" + } + } followable: type: boolean example: true