When your tournament is in a 'checking_in' or 'checked_in' state, there's no way to edit the tournament's start time (start_at) or check-in duration (check_in_duration). You must first abort check-in, then you may edit those attributes.Makes all participants active and clears their checked_in_at times. Transitions the tournament state from 'checking_in' or 'checked_in' to 'pending'
Request
Authorization
API Key
Add parameter in query
api_key
Example:
api_key: ********************
or
Path Params
Query Params
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.challonge.com/v1/tournaments//abort_check_in.json?include_participants&include_matches&api_key=<api-key>'