Skip to content

Create Stride Entry

POST
/v1/sandbox/{sandbox_id}/match-making-stride/{match_making_stride_id}/match-making-stride-entry

Create a new MatchMakingStrideEntries in a MatchMakingStride

Requires permission sandbox:config:edit.

Authorizations

Parameters

Path Parameters

match_making_stride_id
required
string format: uuid
sandbox_id
required

Sandbox ID

string format: uuid

Sandbox ID

Request Body required

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

Responses

200

Successful Response

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
sandbox_id

ID of the Sandbox

string format: uuid
last_modified_account_id

Account ID of the user who last modified the resource

string format: uuid
last_modified_timestamp

Timestamp of when the resource was last modified

string format: date-time
created_timestamp

Timestamp of when this resource was created

string format: date-time
match_making_stride_id
required

Which MatchMakingStride this entry belongs to

string format: uuid
match_making_stride_entry_id
required

ID to uniquely identify this MatchMakingStrideEntry

string format: uuid

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string