Skip to content

Create network composition

POST
/api/v1/networks

Creates a new network composition. The name is validated via InputValidator.requireSafeName and must match [a-z0-9_][a-z0-9_-]*. All referenced groups (lobbyGroup, fallbackGroups, memberGroups, proxyGroups) must already exist; proxyGroups entries must reference proxy-platform groups.

object
name
string
description
string
lobbyGroup
string
fallbackGroups
Array<string>
memberGroups
Array<string>
proxyGroups
Array<string>
kickMessage
string

Created

object
name
string
description
string
lobbyGroup
string
fallbackGroups
Array<string>
memberGroups
Array<string>
proxyGroups
Array<string>
kickMessage
string

Invalid name or referenced group

Unauthorized

Forbidden

Network already exists