Skip to main content
Version: 5.7.0

SysUpdateSettings

Updates the settings for the given lobby instance.

ServiceOperation
lobbySYS_UPDATE_SETTINGS

Method Parameters

ParameterDescription
lobbyIdId of the specified lobby.
settingsConfiguration data for the room.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": {}
}