back

/activateLicense

Activate a license.

{
    "key":"some_key"
}
{
    "command":"/activateLicense",
    "command_result":{
        "license":{
            "type": "Perpetual",
            "active": true,
            "trial_expiration_date": "2019.10",
            "key": "some_key",
            "maintenance_max_version": "2019.12",
            "current_version": "2019.12.01"
        }
    },
    "errors":false,
    "general_message":"Successfully activated license"
}