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
Path parameters
The broadcast tournament ID
Response
The broadcast round was successfully created.
Example response
{
"tour": {
"createdAt": 1722169800000,
"dates": [
1722169800000,
1722666600000
]
}
}Changes
Changed in 2 of the 8 revisions of this API.211
- ▲
removed the required property
round/createdAtfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
round/delayfrom the response with the200statusresponse-optional-property-removed
- ▲
- ▲
the response property
round/ratedbecame optional for the status200response-property-became-optional
- ○
response property
round/finisheddeprecatedresponse-property-deprecated
- ▲