Tournament: Lifecycle
Schedule a tournament round
Sets or clears the start time of a single round. A COMPLETED round answers 400, and a round that does not belong to the tournament in the path answers 404 error_tournament_not_found - identical to an unknown slug, so the endpoint is not an existence oracle. IMPORTANT: matches that have ALREADY been generated keep the start time they were generated with; the round's startsAt is a generation-time snapshot, so this only affects matches generated after the change. Requires an API key holding the tournaments lifecycle capability whose owner is a tournament ADMIN - a tournamentStaff MODERATOR is NOT sufficient and receives 403.
post/tournaments/{identifier}/rounds/{roundId}/schedule
Path parameters
identifierstring required
Tournament slug.
Tournament slug.
roundIdstring required
Tournament round id.
Tournament round id.
Request body
Response
The round schedule was updated.