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.