v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011984401.2 MB
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).

autoApprovedboolean required

True when the platform's approval mode skipped review for this tournament. That happens only for an UNLISTED tournament while the mode is public_listing_only; the tournament is APPROVED on the spot and no staff review is queued.

approvalStatus'APPROVED' | 'AWAITING_APPROVAL' required

The approval status this call set. APPROVED when autoApproved is true, AWAITING_APPROVAL otherwise.

timestampstring required