UpdateLicense
Replaces an existing license file on disk, after checking that the new provided license is valid for use.
Example
The following cURL command uses a POST request to send an UpdateLicense action to License Server, with the new license key.
curl -F license=@licensekey.dat http://licenseserverhost:port/action=updatelicense
Required Parameters
The following action parameters are required.
Parameter | Description |
---|---|
License | The new license.dat key to use, in multipart/form-data. |