Skip to main content
Version: 5.7.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

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
}