/licenses/:idpatch https://develop.snipeitapp.com/api/v1/licenses/{id}🚧NOTE:Although the GET payload uses product_key in the results, you will want to use the serial field when sending POST/PUT/PATCH requests to the licenses endpoint. JavaScript$.get('http://yoursite.com/test/' + id, function(data) { console.log(data); });