Get All Rank Config
Get all rank configuration
Required Permissions: rank:read:config
DEPRECATED Use the v2 endpoint
Authorizations
- HTTPBearerHeadersOrCookie
Responses
200
Successful Response
DEPRECATED Response to successfully requesting all rank config
object
List of rank configurations
DEPRECATED Configuration about a specific rank type
object
ID for this rank type
The default rank value for this rank id. Will be used when players do not have any rank history
The default skill variance for this rank id. Will be used when players do not have any rank history
The maximum rank value achievable. Any attempts to update a rank value to be higher than this get clamped to the maximum
The minimum rank value achievable. Any attempts to update a rank value to be lower than this get clamped to the minimum
The minimum skill variance allowed. Any attempts to update variance to be lower than this get clamped to the minimum
The distance between skill ranks that yields ~76% chance of winning. Recommended value is half the default variance
Factor that determines how quickly a player’s variance is adjusted. A larger tau will result in more volatile in ranks. Recommended value is is (default_variance * .01)
The percent probability of a draw occuring in the game. Must be in [0, 1)
403
Forbidden