Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The new name of the registered user for the license
The new domain or IP address associated with the license
The new status of the license (e.g., valid
, invalid
)
Path Parameters
Response
200 - application/json
Error Responses:
401 Unauthorized
: If the reseller token is invalid or does not match the license.404 Not Found
: If the license does not exist.400 Bad Request
: If no valid update fields are provided.500 Internal Server Error
: If a database error occurs.
Notes:
- You must provide at least one update field (
X-Registered-To
,X-Domain-Or-IP
, orX-Status
). - The reseller token must match the license's reseller_id to allow updates.