Calling license patch method returns wrong "totalActivations" value

Hi,

I’m using patch method at https://api.cryptlex.com/v3/licenses/{id} to update the license’s metadata.
The current license’s total activation value is 1, but the response of the patch method returns: “totalActivations”: 0.
My request body only contains the metadata object.
e.g.

{
“metadata”: [
{
“visible”: true,
“key”: “KEY”,
“value”: “true”
}
]
}

This occurs with both axios on nodejs and postman requests.

Could you take a look at this?

Thanks.

Hi,

Thanks for reporting, will get this fixed on priority.

Hi,
Today I found out this issue also happens with webhooks.
The event “license.updated” also returns “totalActivation” = 0 when updating metadata.

Hi,

We are aware of this issue. The fix will be deployed in a few days.

Hi,

The issue has been fixed now.