Skip to main content
Version: 6.0.0

SysUpdatePropertyString

Updates the named global property with the given string value. Note that the property must already be created for the app.

ServiceOperation
globalAppSYS_UPDATE_PROPERTY_STRING
caution

Note - dynamically updating a global property causes the application cache to refresh across all apiservers. Thus global properties are better suited for more static values - i.e. thing tuning properties, remote config, etc. - If your value needs to update often throughout the day, it is recommended that you use Global/System Entities or Unowned Custom Entities instead.

Method Parameters

ParameterDescription
nameThe name of the property to update
valueThe string value to set the property to

Usage

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