Broadcasts
Create a broadcast round
Create a new broadcast round to relay external games. This endpoint accepts the same form data as the web form.
Choose one between syncUrl, syncUrls, syncIds and syncUsers, if it is missing, the broadcast needs to be fed by pushing PGN to it
post/broadcast/{broadcastTournamentId}/new
Path parameters
broadcastTournamentIdstring required
The broadcast tournament ID
Response
The broadcast round was successfully created.
Example response
{
"tour": {
"createdAt": 1722169800000,
"dates": [
1722169800000,
1722666600000
]
}
}