Tournament: Lifecycle
Submit a tournament for approval
Submits a DRAFT tournament for platform review. Takes no request body. Hosting eligibility is re-checked at submit time and answers 403 error_not_eligible_to_host when the key owner may no longer host. A tournament already AWAITING_APPROVAL answers 409 error_approval_pending, and a tournament that is not a DRAFT answers 400. Note the auto-approval shortcut: while the platform approval mode is public_listing_only, an UNLISTED tournament is approved immediately and autoApproved is true. 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}/submit-for-approval
Path parameters
identifierstring required
Tournament slug.
Tournament slug.
Response
The tournament was submitted (or auto-approved).