PATCH
/
apps
/
{app_id}
/
variables
/
{key}

Path Parameters

app_id
string
required

The ID of the app

key
string
required

The key of the variable to rename.

Body

Detailed information about a variable in your app

key
string

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