games.namespaces.updateGameNamespaceMatchmakerConfig
Description
Updates matchmaker config for the given game namespace.
Code Examples
Request
POST
https://api.rivet.gg/cloud/games/{game_id}/namespaces/{namespace_id}/mm-config# Write the request body to body.json before running
curl -X POST -d '@body.json' 'https://api.rivet.gg/cloud/games/{game_id}/namespaces/{namespace_id}/mm-config'
Request Parameters
game_id
Path parameter, required
namespace_id
Path parameter, required
Request Body
lobby_count_max
integer
(required)
Unsigned 32 bit integer.
max_players
integer
(required)
Unsigned 32 bit integer.
Response Body
Empty response body.