cURL
curl --request PATCH \ --url https://api.mclicense.org/licenses/{licenseKey} \ --header 'Content-Type: application/json' \ --header 'MCL-Key: <api-key>' \ --data '{ "maxIps": 123, "expiresOn": "<string>", "user": "<string>" }'
{ "key": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "pluginId": "<string>", "maxIps": 123, "expiresOn": "<string>", "user": "<string>", "createdAt": "2023-11-07T05:31:56Z" }
Updates an existing license’s parameters such as maximum IPs, expiration date, or user
API key must start with 'mcl_'
License updated successfully
The response is of type object.
object