Sets the state of the tournament to start accepting predictions. Your tournament's 'prediction_method' attribute must be set to 1 (exponential scoring) or 2 (linear scoring) to use this option. Note: Once open for predictions, match records will be persisted, so participant additions and removals will no longer be permitted.
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//open_for_predictions.json?include_participants=&include_matches=&api_key=<api-key>'