Add a whitelist entry
POSThttps://api.evora.lol/api/developer-api/apps/{appId}/whitelist
Requires scopeapps:write
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Body
| typerequired enum | One of: ip · hwid |
| valuerequired string | |
| note string |
Responses
201Added.
json
{ "entry": { "id": "e58b1d20-473c-4f8a-9016-2d7c5a0e3f91", "type": "ip", "ip": "203.0.113.24", "hwid": null, "note": "Office", "source": "manual" } }
More in Access control
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs