Variables
Update App Variables
Update variables for a specific app.
PATCH
Path Parameters
The ID of the app
Query Parameters
Page number
Number of items to take
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[]
.