patch https://api.rollbar.com/api/1/deploy/
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});```
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});```
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PATCH \
--url https://api.rollbar.com/api/1/deploy/deploy_id \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: