Skip to content

Get Common Match Making Stride Configuration

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
>= 1 characters <= 125 characters
description

Description of the resource

string
>= 1 characters <= 250 characters
factory
required

Which factory is used when creating the player partitions for this stride

string
Allowed values: Fixed Probabilistic
entries

List of MatchMakingStrideEntries in this stride

Array<object>
default:
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