Skip to main content

Update a global variable.

POST 

/storage/globalvariables/update

Changes the value of the given global variable to the new value.

Request

Header Parameters

    ipaas string

Bodyrequired

    variableNamestringrequired

    The name of the variable to update.

    Example: myVariable
    variableValuestringrequired

    The new value of the variable.

    Example: myValue

Responses

Success

Schema
    variableNamestringrequired

    The variable name.

    Example: myVariable
    variableValuestringrequired

    The new value of the variable.

    Example: myValue