Update an item

Used to modify an item's state. Currently supports:

  • setting the status, level, title, assigned user
  • when resolving, setting the "resolved in version"

Example -

curl -X PATCH 'https://api.rollbar.com/api/1/item/275123456' \
  --header "Content-Type: application/json" \
  --data '{"status": "resolved", "resolved_in_version": "aabbcc1"}'
Language
Click Try It! to start a request and see the response here!