Update Player Uuid Rank Self
POST /rank/v1/player/me/rank/{rank_id}
Update current player’s ranks to those that are provided. Ranks are taken as is
Required Permissions: rank:update:self
DEPRECATED Use the V2 endpoint
Authorizations
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
A measure of perceived skill in a player
A measure of how confident we are in the perceived skill (high sigma means low confidence)
Custom key-value player rank data
object
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
A measure of perceived skill in a player
A measure of how confident we are in the perceived skill (high sigma means low confidence)
Custom key-value player rank data
object
ID for this rank
403
Forbidden
object
422
Validation Error