Tournament: Lifecycle
Update a tournament
Applies a partial edit to a tournament, resolved by slug. The result is TRI-STATE and you must branch on applied: before the tournament has ever been approved the edit applies directly (direct); afterwards a material change is staged into a pending set and the tournament flips to AWAITING_APPROVAL (pending), and an edit that changes nothing is a noop. A COMPLETED or CANCELLED tournament rejects every edit with 400. 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}/update
Path parameters
identifierstring required
Tournament slug.
Tournament slug.
Request body
Response
The edit was accepted. Branch on applied.