Method PutConfig
PutConfig(string, string, string, JArray)
Pushes updates to the given existing config to the server for the given environment.
Declaration
public static void PutConfig(string cloudProjectId, string environmentId, string configId, JArray configValue)
Parameters
Type | Name | Description |
---|---|---|
string | cloudProjectId | Cloud Project ID for this Unity application. |
string | environmentId | ID of the environment containing the config to be pushed. |
string | configId | ID of the config to be pushed. |
JArray | configValue | List of settings to be pushed. |