Authorization: Bearer ********************
{
"name": "My Ladder",
"ratingAlgorithm": "Glicko-1",
"glickoCValue": 18.13,
"glicko2RValue": 0.5,
"playersCanEnterResults": false,
"allowFullResultHistory": true
}
curl --location --request POST 'https://api.competier.net/v1/ladder' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "My Ladder",
"ratingAlgorithm": "Glicko-1",
"glickoCValue": 18.13,
"glicko2RValue": 0.5,
"playersCanEnterResults": false,
"allowFullResultHistory": true
}'
{
"id": 0,
"name": "My Ladder",
"ratingAlgorithm": "Glicko-1",
"glickoCValue": 18.13,
"glicko2RValue": 0.5,
"playersCanEnterResults": false,
"allowFullResultHistory": true
}