PUT /a/license/update
[Enterprise Only] Update License String
Body Parameters
Name | Description | Type | Required |
---|---|---|---|
LicenseString | string |
Body Example
{
"LicenseString": "string"
}
Response Example (200)
Response Type /definitions/certPutLicenseInfoResponse
{
"ErrorInvalid": true,
"ErrorWrite": true,
"Success": true
}