API
cloud.games.namespaces.validateGameNamespaceMatchmakerConfig
API
cloud.games.namespaces.validateGameNamespaceMatchmakerConfig
Validates information used to update a game namespace's matchmaker config.
POST https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/mm-config/validate
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/mm-config/validate'
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.
Response
errorsrequired
array
A list of validation errors.
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/mm-config/validate'