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
    ]
  }
}

Changes

Changed in 2 of the 8 revisions of this API.211

  • c5ccdaeee7c411See the full diff
    • removed the required property round/createdAt from the response with the 200 status

      response-required-property-removed

    • removed the optional property round/delay from the response with the 200 status

      response-optional-property-removed

  • 29f066e5ebda11See the full diff
    • the response property round/rated became optional for the status 200

      response-property-became-optional

    • response property round/finished deprecated

      response-property-deprecated