I’m using Cryptlex webapi for our product licensing.
Right now activation metadata is updated via PATCH on activation/activation-id once the product is activated.
Just noticed posting the same data twice doest not create two activations but it updated an existing one if fingerprint, os, license key, and product id remains the same.
Would it be safe to POST to activation endpoint and let Cryptlex decide if it is a new activation or updating a existing one?