Create or update a variable
POSThttps://api.evora.lol/api/developer-api/apps/{appId}/variables
Requires scopevariables:write
Upsert by key.
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Body
| var_keyrequired string | |
| var_value string | |
| authenticated_only boolean | Require an authenticated SDK session to read. |
Request
{ "var_key": "announcement", "var_value": "v2.1 is live", "authenticated_only": false }
Responses
200Saved.
json
{ "variable": { "id": "7e2c9a51-4d80-4b6f-9c13-8a5e0f2d7b64", "var_key": "cdn_base", "var_value": "https://cdn.example.com", "authenticated_only": false } }
More in Variables
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs