Adds a self-managed entry to a ladder.
POST
/v1/ladder-entryAdds a self-managed entry to a ladder. Self-managed entries are not related to actual other Competier accounts - if you want your players to see and interact with your ladder in the Competier App, you need to send them an invite instead.
Request
id of the ladder that this ladder-entry belongs to.
The display name for this ladder entry.
Allows manually setting rating, for example when moving already existing ladders with ongoing ratings to Competier. Leave as default otherwise.
For Glicko algorithms: Allows manually setting relaibility deviation, for example when moving already existing ladders with ongoing ratings to Competier. Leave as default otherwise.
{
"ladderId": 0,
"name": "Jane Doe",
"rating": 1500,
"reliabilityDeviation": 350
}
Request samples
Responses
References a ladder-entry.
id of the ladder that this ladder-entry belongs to.
The display name for this ladder entry.
Allows manually setting rating, for example when moving already existing ladders with ongoing ratings to Competier. Leave as default otherwise.
For Glicko algorithms: Allows manually setting relaibility deviation, for example when moving already existing ladders with ongoing ratings to Competier. Leave as default otherwise.
IDs of accounts represented by this entry. A ladder-entry representing real accounts will be generated in your ladder if those accounts accept invites to your ladder.