Update license

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

locationstring or null
The location of the newly created resource.

Response

The resource was successfully created.
isValidboolean
Whether the license is valid or not.
tokenstring or null
The actual license token.
customerstring or null
Name of the customer that owns the license. This is the name of the company that purchased the license.
typestring or null
Type of license.
instanceNamestring or null
Name of the Unleash instance where this license is valid.
instanceIdstring or null
Identifier of the Unleash instance where this license is valid.
planstring or null
Name of plan that the license is for.
resourcesobject or null
The resources available in the license.
expireAtstring or nullformat: "date-time"
Date when the license expires.
issuedAtstring or nullformat: "date-time"
Date when the license was issued.

Errors