latestOpenAPI 3.0.32026-08-109359194.9 KB

112399a67ebb

Global Variables

Update Global Variable

Updates a single global variable. 'key' needs to be unique. Partial updates are supported.

Authorization Required:

  • Designer Administrator
patch/globalvars/{globalVariableId}

Path parameters

globalVariableIdstring required

Id of global variable to update

Request body

keystring

Name of the key of the global variable

valuestring

Value of the key of the global variable

descriptionstring

Description for the global variable

serverSideOnlyboolean

Whether the global variable is available server side only

Response

Global Variable updated

idstring

Id of the global variable

keystring

Name of the key of the global variable

valuestring

Value of the key of the global variable

descriptionstring

Description for the global variable

serverSideOnlyboolean

Whether the global variable is available server side only

createdstring date-time
createdBystring

Creator of the global variable

modifiedstring date-time
modifiedBystring

Last modifier of the global variable

deletedstring date-time