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.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
name
string
description
string
lobbyGroup
string
fallbackGroups
Array<string>
memberGroups
Array<string>
proxyGroups
Array<string>
kickMessage
string
Responses
Section titled “ Responses ”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