Get Common Match Making Stride Configuration
GET /v1/sandbox-common/match-making-stride
GET
/v1/sandbox-common/match-making-stride
Get the set of common Match Making Stride configuration. Requires any of permissions: sandbox:config:view, sandbox:config:edit
Authorizations
Responses
200
Successful Response
object
strides
required
List of common MatchMakingStrides configs
Array<object>
This mixin is meant to give a set of common properties to root config models
object
name
Name of the resource
string
description
Description of the resource
string
factory
required
Which factory is used when creating the player partitions for this stride
string
entries
List of MatchMakingStrideEntries in this stride
Array<object>
object
step
required
How many partitions are created at this point in the stride
integer
overlap
required
How far into adjacent skill partitions overlap when trying to match players together
integer
min_population
required
The minimum popluation required to use this step of the stride
integer