Skip to content

Commit

Permalink
Merge pull request #294 from fitztrev/broadcast-round-endpoint
Browse files Browse the repository at this point in the history
Update endpoint for broadcast round get
  • Loading branch information
ornicar authored Dec 19, 2023
2 parents 862190a + 6ddae29 commit f09b3b5
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 f09b3b5

Please sign in to comment.