Adds 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
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
ladderId
integer
required
id of the ladder that this ladder-entry belongs to.
Example:
0
name
string
required
The display name for this ladder entry.
Example:
Jane Doe
rating
integer
optional
Allows manually setting rating, for example when moving already existing ladders with ongoing ratings to Competier. Leave as default otherwise.
Example:
1500
reliabilityDeviation
integer
optional
For Glicko algorithms: Allows manually setting relaibility deviation, for example when moving already existing ladders with ongoing ratings to Competier. Leave as default otherwise.
Example:
350
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.competier.net/v1/ladder-entry' \
--header'Content-Type: application/json' \
--data-raw''
Responses
🟢200OK
application/json
Body
id
number
read-onlyoptional
References a ladder-entry.
Example:
0
ladderId
integer
required
id of the ladder that this ladder-entry belongs to.
Example:
0
name
string
required
The display name for this ladder entry.
Example:
Jane Doe
rating
integer
optional
Allows manually setting rating, for example when moving already existing ladders with ongoing ratings to Competier. Leave as default otherwise.
Example:
1500
reliabilityDeviation
integer
optional
For Glicko algorithms: Allows manually setting relaibility deviation, for example when moving already existing ladders with ongoing ratings to Competier. Leave as default otherwise.
Example:
350
accountIds
array[integer]
read-onlyoptional
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.