Update Rankings Trueskill V1
Run Trueskill V1 rank update on players and persist their new ranks Requires at least two teams, and the player’s trueskill values before the last match was played
Required Permissions: rank:update:any
DEPRECATED Use the v2 endpoint instead
Authorizations
- HTTPBearerHeadersOrCookie
Request Body required
DEPRECATED A request body to update players’ trueskill ratings from a match
object
ID for the instance the match took place on
ID for the rank type used in this match
How many seconds the match lasted
List of teams that participated in this match
One team of players from a match along with their placement in the match, and previous trueskill data about all of the players
object
List of PlayerRankUpdate objects that give stats about a specific player from the match
Additional data about a specific player’s rank and previous match in order to make trueskill calculations
object
UUID for this specific player
Current rank info about player
object
Trueskill mu. This is a measure of perceived skill in a player
Trueskill sigma. This is a measure of how unconfident we are in the perceived skill (high sigma means less confident)
Custom key-value player rank data
object
How many seconds this player was in the match
What rank this team came in. 1 indicates victory, and higher values are placements. Matching ranks indicate draws
Responses
200
Successful Response
DEPRECATED Response to successfully updating players’ ranks
object
List of players and their updated ranks
DEPRECATED Response to successfully requesting a player’s rank
object
UUID for this specific player
Current rank info about player
object
Trueskill mu. This is a measure of perceived skill in a player
Trueskill sigma. This is a measure of how unconfident we are in the perceived skill (high sigma means less confident)
Custom key-value player rank data
object
ID for this rank
403
Forbidden
object
422
Validation Error