POST
/
apps
/
{app_id}
/
variables

Path Parameters

app_id
string
required

The ID of the app

Body

Detailed information about a variable in your app

key
string
required

The key of the app variable

Maximum length: 128
secret
boolean

Indicates if the variable is a secret

value
string

The value of the app variable

Maximum length: 2048

Response

200 - application/json

Detailed information about a variable in your app

key
string
required

The key of the app variable

Maximum length: 128
secret
boolean

Indicates if the variable is a secret

value
string

The value of the app variable

Maximum length: 2048