Skip to content

Commit

Permalink
move clock.limit valid values to description
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Dec 21, 2023
1 parent 1f11a88 commit 0a7611c
Showing 1 changed file with 3 additions and 35 deletions.
38 changes: 3 additions & 35 deletions doc/specs/lichess-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6153,42 +6153,10 @@ paths:
default: false
'clock.limit':
type: number
description: Clock initial time in seconds. If empty, a correspondence game is created.
description: Clock initial time in seconds. If empty, a correspondence game is created. Valid values are 0, 15, 30, 45, 60, 90, and any multiple of 60 up to 10800 (3 hours).
example: 300
enum:
- 0
- 15
- 30
- 45
- 60
- 90
- 120
- 180
- 240
- 300
- 360
- 420
- 480
- 600
- 900
- 1200
- 1500
- 1800
- 2400
- 3000
- 3600
- 4200
- 4800
- 5400
- 6000
- 6600
- 7200
- 7800
- 8400
- 9000
- 9600
- 10200
- 10800
minimum: 0
maximum: 10800
'clock.increment':
type: integer
description: Clock increment in seconds. If empty, a correspondence game is created.
Expand Down

0 comments on commit 0a7611c

Please sign in to comment.