Update a variable
PUThttps://api.evora.lol/api/developer-api/apps/{appId}/variables/{key}
Requires scopevariables:write
Upserts — writing an unknown key creates it.
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
| keyrequired string | The var_key, not an id. |
Responses
200Saved.
json
{ "variable": { "id": "7e2c9a51-4d80-4b6f-9c13-8a5e0f2d7b64", "var_key": "cdn_base", "var_value": "https://cdn2.example.com", "authenticated_only": false } }
More in Variables
- getList app variables
- postCreate or update a variable
- deleteDelete all app variables
- getGet a variable
- deleteDelete a variable
- getList every user variable in the application
- getList one customer's variables
- postSet a customer variable
- deleteDelete all of a customer's variables
- deleteDelete a customer variable
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs