API Reference
Reference for the API
Update variables for a specific app.
[ { "key": "<string>", "value": "<string>", "secret": true } ]
The ID of the app
Page number
Number of items to take
Next page token (Only used on special endpoints)
An array of app variables to update.
The key of the app variable
128
The value of the app variable
2048
Indicates if the variable is a secret
true
An array of updated app variables.
Was this page helpful?