File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11openapi : " 3.1.0"
22info :
3- version : 2.0.135
3+ version : 2.0.136
44 title : Lichess.org API reference
55 contact :
66 name : " Lichess.org API"
Original file line number Diff line number Diff line change 4545 default : white
4646 variant :
4747 $ref : " ../../schemas/VariantKey.yaml"
48+ mode :
49+ type : string
50+ description : |
51+ Analysis mode.
52+ If not specified, Normal analysis.
53+ * practice - Practise with Computer
54+ * conceal - Hide next moves
55+ * gamebook - Interactive lesson
56+ enum :
57+ - practice
58+ - conceal
59+ - gamebook
4860 required :
4961 - pgn
5062 responses :
Original file line number Diff line number Diff line change @@ -1902,6 +1902,7 @@ export class Lichess {
19021902 name ?: string ;
19031903 orientation ?: "white" | "black" ;
19041904 variant ?: schemas . VariantKey ;
1905+ mode ?: "practice" | "conceal" | "gamebook" ;
19051906 } ;
19061907 } ,
19071908 ) {
You can’t perform that action at this time.
0 commit comments