Update a License Key
PATCH
/v1/license-keys/:id
Updates the license key with the given ID and provided attributes.
Attributes
activation_limit
A number
or null
. The activation limit of this license key. Assign null
to set the activation limit to “unlimited”.
expires_at
An ISO 8601 formatted date-time string indicating when the license key expires. Can be null
if the license key is perpetual.
disabled
If true, the license key will have “disabled” status.
Returns
Returns updated License Key object.