Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions doc/specs/schemas/BroadcastRoundForm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,15 @@ allOf:
Example: `900` (15 min)
minimum: 0
maximum: 3600
finished:
type: boolean
status:
type: string
enum:
- new
- started
- finished
description: |
Mark whether the round has been completed.
default: false
Lichess can usually detect the round status, but you can also set it manually if needed.
default: new
period:
type: integer
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ post:
schema:
$ref: '../../schemas/Ok.yaml'
"400":
description: The edition of the broadcast tournament failed.
description: The broadcast tournament update failed.
content:
application/json:
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ post:
schema:
$ref: '../../schemas/Ok.yaml'
"400":
description: The edition of the broadcast tournament failed.
description: The broadcast round update failed.
content:
application/json:
schema:
Expand Down