Tournament: Registration
Approve a tournament application
Approves a PENDING application, moving the team into the tournament and incrementing the participant count. Answers 409 error_tournament_full when the tournament is at capacity and 400 error_invalid_input when the application is not pending. Requires the tournaments registration capability and MANAGER authority on the tournament - a tournament MODERATOR qualifies. A participant belonging to another tournament answers 404, identically to an unknown one.
post/tournaments/{identifier}/applications/{participantId}/approve
Path parameters
identifierstring required
Tournament slug.
Tournament slug.
participantIdstring required
Tournament participant ID.
Tournament participant ID.
Response
The application was approved.