Update license

View as Markdown

Enterprise feature

Set a new Unleash license. Only available for self-hosted Enterprise customers.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Request

licenseUpdateSchema
tokenstringRequired
The actual license token.

Response headers

locationstringOptional
The location of the newly created resource.

Response

The resource was successfully created.
isValidboolean
Whether the license is valid or not.
tokenstringOptional
The actual license token.
customerstringOptional
Name of the customer that owns the license. This is the name of the company that purchased the license.
typestringOptional
Type of license.
instanceNamestringOptional
Name of the Unleash instance where this license is valid.
instanceIdstringOptional
Identifier of the Unleash instance where this license is valid.
planstringOptional
Name of plan that the license is for.
resourcesobjectOptional
The resources available in the license.
expireAtstringOptionalformat: "date-time"
Date when the license expires.
issuedAtstringOptionalformat: "date-time"
Date when the license was issued.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
415
Unsupported Media Type Error