Skip to content

Put Mm Template

PUT
/v1/sandbox/{sandbox_id}/match-making-template/{match_making_template_id}

Update an existing MatchMakingTemplates in a sandbox

Requires permission sandbox:config:edit.

Authorizations

Parameters

Path Parameters

match_making_template_id
required
string format: uuid
sandbox_id
required

Sandbox ID

string format: uuid

Sandbox ID

Request Body required

object
match_making_template_id

ID to uniquely identify this MatchMakingTemplate

string format: uuid
match_making_template_group_id
required

Which group of MatchMakingTemplates this template belongs to

string format: uuid
mmr_grouping_method
required

What method should be used to calculate a group’s MMR based on the individual player’s ranks

string
Allowed values: worst best avg_weighted_by_sigma avg
match_making_ruleset_id

Which ruleset needs to be satisfied to use this template

string format: uuid
match_making_profile_list_id
required

Which list of MatchMakingProfiles should be used with this template

string format: uuid
legacy_config

Old config used by Legacy systems. These values are ignored by the current APIs

object

Responses

200

Successful Response

object
match_making_template_id
required

ID to uniquely identify this MatchMakingTemplate

string format: uuid
match_making_template_group_id
required

Which group of MatchMakingTemplates this template belongs to

string format: uuid
mmr_grouping_method
required

What method should be used to calculate a group’s MMR based on the individual player’s ranks

string
Allowed values: worst best avg_weighted_by_sigma avg
match_making_ruleset_id

Which ruleset needs to be satisfied to use this template

string format: uuid
match_making_profile_list_id
required

Which list of MatchMakingProfiles should be used with this template

string format: uuid
legacy_config

Old config used by Legacy systems. These values are ignored by the current APIs

object
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

422

Validation Error

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