Create Mm Template
POST /v1/sandbox/{sandbox_id}/match-making-template
Create a new MatchMakingTemplates in a sandbox
Requires permission sandbox:config:edit.
Authorizations
Parameters
Path Parameters
Sandbox ID
Sandbox ID
Request Body required
object
ID to uniquely identify this MatchMakingTemplate
Which group of MatchMakingTemplates this template belongs to
What method should be used to calculate a group’s MMR based on the individual player’s ranks
Which ruleset needs to be satisfied to use this template
Which list of MatchMakingProfiles should be used with this template
Order in which this template will be used
Old config used by Legacy systems. These values are ignored by the current APIs
object
Responses
200
Successful Response
object
ID to uniquely identify this MatchMakingTemplate
Which group of MatchMakingTemplates this template belongs to
What method should be used to calculate a group’s MMR based on the individual player’s ranks
Which ruleset needs to be satisfied to use this template
Which list of MatchMakingProfiles should be used with this template
Order in which this template will be used
Old config used by Legacy systems. These values are ignored by the current APIs
object
ID of the Sandbox
Account ID of the user who last modified the resource
Timestamp of when the resource was last modified
Timestamp of when this resource was created
422
Validation Error