Skip to main content

ValidateGameNamespaceMatchmakerConfig

Validates information used to update a game namespace's matchmaker config.

Path Parameters
  • game_id string required

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    A universally unique identifier.

  • namespace_id string required

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    A universally unique identifier.

Request Body required
  • lobby_count_max int32 required

    Unsigned 32 bit integer.

  • max_players int32 required

    Unsigned 32 bit integer.

Responses

ValidateGameNamespaceMatchmakerConfig 200 response

Schema
  • errors object[] required

    A list of validation errors.

    • path string[] required

      A list of strings denoting the origin of a validation error.