Skip to content

Commit

Permalink
all broadcast round responses include tour and study data
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 18, 2023
1 parent 4d9f94a commit 862190a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions doc/specs/lichess-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9978,17 +9978,22 @@ components:

BroadcastRound:
example: {
"id": "BueO56UJ",
"name": "Finals Day 1",
"slug": "finals-day-1",
"round": {
"id": "BueO56UJ",
"name": "Finals Day 1",
"slug": "finals-day-1",
"url": "https://lichess.org/broadcast/new-in-chess-classic--finals/finals-day-1/BueO56UJ",
},
"tour": {
"id": "QYiOYnl1",
"name": "New in Chess Classic | Finals",
"slug": "new-in-chess-classic--finals",
"description": "Match for 1st 2nd and 3rd place.",
"url": "https://lichess.org/broadcast/new-in-chess-classic--finals/phgcXuBl"
},
"url": "https://lichess.org/broadcast/new-in-chess-classic--finals/finals-day-1/BueO56UJ",
"study": {
"writeable": true
},
"games": [
{
"id": "GRjidNTw",
Expand Down

0 comments on commit 862190a

Please sign in to comment.