Update Player Uuid Rank Self V2
Update current player’s ranks to those that are provided. Ranks are taken as is
Required Permissions: rank:update:self
Authorizations
- HTTPBearerHeadersOrCookie
Parameters
Path Parameters
Request Body required
Request body to update generic rank data
object
ID for the instance the match took place on
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
Responses
200
Successful Response
Response to successfully updating players’ ranks
object
List of players and their updated ranks
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