v3

OpenAPI 3.1.0AGPL-3.0-or-later2026-07-311871891.1 MB
Broadcasts

Update a broadcast round

Update information about a broadcast round. This endpoint accepts the same form data as the web form. All fields must be populated with data. Missing fields will override the broadcast with empty data. For instance, if you omit startDate, then any pre-existing start date will be removed.

post/broadcast/round/{broadcastRoundId}/edit

Path parameters

broadcastRoundIdstring required

The broadcast round ID

Query parameters

patchboolean

Only update the provided fields, leaving others unchanged

Response

The broadcast round was successfully edited.

isSubscribedboolean

Indicates if the user making the request is subscribed to the broadcast

photosBroadcastPhotos required

Photos of players, when available. The object keys are FIDE IDs

Example response

{
  "tour": {
    "createdAt": 1722169800000,
    "dates": [
      1722169800000,
      1722666600000
    ]
  }
}