Skip to main content
PATCH
Rename App Variable

Path Parameters

app_id
string
required

The ID of the app

key
string
required

The key of the variable to rename.

Body

The new variable information.

Detailed information about a variable in your app

key
string

The key of the app variable

Maximum string length: 128
Pattern: ^[a-zA-Z_][a-zA-Z_0-9]*$
value
string

The value of the app variable

Maximum string length: 2048
secret
boolean

Indicates if the variable is a secret

Example:

true

Response

200 - application/json

The updated app variables.

Detailed information about a variable in your app

key
string
required

The key of the app variable

Maximum string length: 128
Pattern: ^[a-zA-Z_][a-zA-Z_0-9]*$
value
string

The value of the app variable

Maximum string length: 2048
secret
boolean

Indicates if the variable is a secret

Example:

true