Update Player Uuid Rank V2
POST/rank/v2/player/:player_uuid/rank/:rank_id
Update a specific player's ranks to those that are provided. Ranks are taken as is
Required Permissions: rank:update:self for players acting on themselves,
otherwise rank:update:any
Request
Path Parameters
Possible values: non-empty
- application/json
Body
required
Possible values: non-empty and <= 128 characters
ID for the instance the match took place on
rank
object
required
Ranked data about a player's skill and confidence levels
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_data
object
Custom key-value player rank data
Responses
- 200
- 403
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
updated_players
object[]
required
List of players and their updated ranks
UUID for this specific player
rank
object
required
Ranked data about a player's skill and confidence levels
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_data
object
Custom key-value player rank data
Possible values: non-empty
ID for this rank
{
"updated_players": [
{
"player_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"rank": {
"mu": 0,
"sigma": 0,
"custom_data": {}
},
"rank_id": "string"
}
]
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}