patch https://api.rollbar.com/api/1/deploy/
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});```
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});```
Try It!
to start a request and see the response here!