Config Update
Update an existing lobby config in Remote Config.
Read time 1 minuteLast updated 21 hours ago
Update an existing lobby config in Remote Config. Authentication Required:
Yesugs lobby config update <config-id> <body> [options]
Arguments
<config-id><body>Options
Alias | Description | |
|---|---|---|
| project-id | -p, --project-id | The Unity cloud project ID. |
| help | -?, -h, --help | Display help and usage information. |
| quiet | -q, --quiet | Reduce logging to a minimum. |
| json | -j, --json | Use JSON as the output format. |
Body option
The body option must include the type and values array of a config to update. No other data should be present. For example:{ "type": "lobby", "value": [ { "key": "lobbyConfig", "type": "json", "schemaId": "lobby", "value": { "someBoolValue": false, "someIntegerValue": 30, "someObject": { "maximum": 8, "minimum": 4 } } } ]}