PATCH
/
apps
/
{app_id}
/
variables
[
  {
    "key": "<string>",
    "value": "<string>",
    "secret": true
  }
]

Path Parameters

app_id
string
required

The ID of the app

Query Parameters

page
number

Page number

take
number

Number of items to take

next
string

Next page token (Only used on special endpoints)

Body

An array of app variables to update.

The body is of type object[].

Response

200 - application/json

An array of updated app variables.

The response is of type object[].