Skip to content

Commit

Permalink
use /api in broadcast push
Browse files Browse the repository at this point in the history
the route without `/api` no longer exists
  • Loading branch information
SergioGlorias authored Dec 14, 2024
1 parent 8a40816 commit 8197877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/specs/lichess-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ paths:
/api/broadcast/round/{broadcastRoundId}/reset:
$ref: './tags/broadcasts/broadcast-round-broadcastRoundId-reset.yaml'

/broadcast/round/{broadcastRoundId}/push:
/api/broadcast/round/{broadcastRoundId}/push:
$ref: './tags/broadcasts/broadcast-round-broadcastRoundId-push.yaml'

/api/stream/broadcast/round/{broadcastRoundId}.pgn:
Expand Down

0 comments on commit 8197877

Please sign in to comment.