PATCH
/
apps
/
{app_id}
/
variables

Path Parameters

app_id
string
required

The ID of the app

Query Parameters

page
number

Page number

take
number

Number of items to take

Body

key
string
required

The key of the app variable

value
string

The value of the app variable

secret
boolean

Indicates if the variable is a secret

Response

200 - application/json
key
string
required

The key of the app variable

value
string

The value of the app variable

secret
boolean

Indicates if the variable is a secret