Update a seller
PUThttps://api.evora.lol/api/developer-api/apps/{appId}/sellers/{sellerId}
Requires scopesellers:write
Every field is optional; omitted fields are left as they are.
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
| sellerIdrequired string (uuid) | Seller UUID. |
Body
| username string | |
| password string | Rotating the password also unlinks the seller from any multi-panel identity, so the change actually locks them out rather than leaving identity-login as a way back in. |
| balance object | |
| keyLevels string | |
| canCreateLicenses boolean | |
| maxLicenses integer | |
| enabled boolean | |
| expiresAt string (date-time) | New expiry instant. null clears it back to lifetime;
omitting the field leaves the current expiry untouched.
|
Request
{ "expiresAt": "2026-12-01T00:00:00.000Z" }
Responses
200Updated.
json
{ "success": true }
More in Sellers
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs