API
cloud.games.namespaces.updateGameNamespaceMatchmakerConfig
API
cloud.games.namespaces.updateGameNamespaceMatchmakerConfig
Updates matchmaker config for the given game namespace.
POST https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/mm-config
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/mm-config'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
game_idrequired
string
namespace_idrequired
string
Body
lobby_count_maxrequired
integer
Unsigned 32 bit integer.
max_playersrequired
integer
Unsigned 32 bit integer.
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/mm-config'