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.
Example response
{
"tour": {
"createdAt": 1722169800000,
"dates": [
1722169800000,
1722666600000
]
}
}