Skip to content

Commit

Permalink
Update endpoint for broadcast round get
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Dec 19, 2023
1 parent 862190a commit 6ddae29
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/specs/lichess-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4143,16 +4143,14 @@ paths:
schema:
$ref: '#/components/schemas/Error'

/broadcast/{broadcastTournamentSlug}/{broadcastRoundSlug}/{broadcastRoundId}:
/api/broadcast/{broadcastTournamentSlug}/{broadcastRoundSlug}/{broadcastRoundId}:
get:
operationId: broadcastRoundGet
summary: Get your broadcast round
summary: Get a broadcast round
description: |
Get information about a broadcast round.
tags:
- Broadcasts
security:
- OAuth2: ["study:read"]
parameters:
- in: path
name: broadcastTournamentSlug
Expand Down

0 comments on commit 6ddae29

Please sign in to comment.