Update network composition
PUT
/api/v1/networks/{name}
Replaces the network composition. The body name must match the path. Cross-reference validation against existing groups is re-applied.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” name
required
string
Network name
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 ”OK
object
name
string
description
string
lobbyGroup
string
fallbackGroups
Array<string>
memberGroups
Array<string>
proxyGroups
Array<string>
kickMessage
string
Invalid configuration or name mismatch
Unauthorized
Forbidden
Network not found