Update a license
PUThttps://api.evora.lol/api/developer-api/apps/{appId}/licenses/{licenseId}
Requires scopelicenses:write
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
| licenseIdrequired string | License UUID. Ban, unban, pause, unpause, reset-hwid and expiry also accept the raw license key here. |
Body
| note string | |
| level integer | Minimum: 1 |
| status enum | One of: unused · active · expired · banned · paused |
| duration_seconds integer | |
| expires_at string (date-time) |
Responses
200Updated.
json
{ "success": true }
More in Licenses
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs