API Reference
Reference for the API
Rename a variable for a specific app.
cURL
curl --request PATCH \ --url https://api.example.com/apps/{app_id}/variables/{key} \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>", "value": "<string>", "secret": true } '
{ "key": "<string>", "value": "<string>", "secret": true }
The ID of the app
The key of the variable to rename.
The new variable information.
Detailed information about a variable in your app
The key of the app variable
128
The value of the app variable
2048
Indicates if the variable is a secret
true
The updated app variables.
Was this page helpful?