Skip to content

Commit

Permalink
add tour info to broadcast round response document
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 18, 2023
1 parent 8f844d8 commit 4d9f94a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions doc/specs/lichess-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9954,10 +9954,10 @@ components:
BroadcastTour:
example: {
"tour": {
"description": "Match for 1st 2nd and 3rd place.",
"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"
},
"rounds": [
Expand All @@ -9981,26 +9981,33 @@ components:
"id": "BueO56UJ",
"name": "Finals Day 1",
"slug": "finals-day-1",
"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",
"games": [
{
"id": "GRjidNTw",
"name": "Martin Fargac - Vit Kostka",
"ongoing": true,
"res": "*",
"url": "http://l.org/broadcast/isreali-championship/round-4/iCEwAzEX/GRjidNTw"
"url": "https://lichess.org/broadcast/new-in-chess-classic--finals/round-4/iCEwAzEX/GRjidNTw"
},
{
"id": "81TcKCWT",
"name": "Pavel Zabystrzan - Kilian Slovak",
"res": "½-½",
"url": "http://l.org/broadcast/isreali-championship/round-4/iCEwAzEX/tJpK7gbl"
"url": "https://lichess.org/broadcast/new-in-chess-classic--finals/round-4/iCEwAzEX/tJpK7gbl"
},
{
"id": "xEfufedI",
"name": "Roman Pilch - Bartolomej Buchta",
"res": "1-0",
"url": "http://l.org/broadcast/isreali-championship/round-4/iCEwAzEX/xEfufedI"
"url": "https://lichess.org/broadcast/new-in-chess-classic--finals/round-4/iCEwAzEX/xEfufedI"
}
]
}
Expand Down

0 comments on commit 4d9f94a

Please sign in to comment.