Adds or overwrites an existing variable in Application Settings
Parameter Name
Default Value
Required
Description
application_id
NULL
True
The ID of the Application
secret_key
NULL
True
The Application's Secret Key
access_token
NULL
False
The Access Token for the authenticated user
type
NULL
True
The variable type to create, must be string, integer, boolean, array or list
name
NULL
True
The name of the variable
value
NULL
False
The value to assign to the variable, for arrays or lists pass on JSON data.
overwrite
true
False
Overwrite option, if set to False or 0, the server will refuse to overwrite the variable if it already exists
Example Success Response
This will return a summary of the current variables that are stored in the
Settings of your Application, for more information about this response see
Application Settings - Get Summary