License
This page describes how to update and manage you license in Lenses.
Expiration
Update a license
Update via the CLI / API
View license info
lenses-cli license getUpdate the license of a Lenses instance at runtime
lenses-cli license update --file <license.json>get
Returns the Lenses license details
Responses
200Success
application/json
400
The request input was invalid
application/json
401
Authentication error
application/json
402
The purchased Lenses license does not provide access to this feature
application/json
403
Authorisation error
application/json
404
The requested resource cannot be found
application/json
500
An internal server error has occurred
application/json
get
/api/v1/licenseput
Updates the license information
Body
sourcestringRequired
clientIdstringRequired
detailsstringRequired
keystringRequired
Responses
200Success
application/json
400
The request input was invalid
application/json
401
Authentication error
application/json
402
The purchased Lenses license does not provide access to this feature
application/json
403
Authorisation error
application/json
404
The requested resource cannot be found
application/json
500
An internal server error has occurred
application/json
put
/api/v1/licenseWhere do I get my license key?
Last updated
Was this helpful?

