Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to edit, delete and customize a stored response example in Postman?

Tags:

postman

In Postman, I saved a response example when I send a request, but I can't delete or rename it. I don't see place to customize the response example.

like image 522
kien bui Avatar asked May 21 '17 15:05

kien bui


2 Answers

This is for v6.0.10 :

  1. click examples
  2. hover on the list and you will see bucket icon
  3. click that icon and your example is gone

enter image description here

like image 143
surga Avatar answered Sep 27 '22 17:09

surga


1- Load the request(click on it on the left panel)

enter image description here

2- Click on the URL at the top panel to list all the responses saved for the given request

enter image description here

3- If you click on any of the saved responses, it will be loaded at the bottom part, to rename it you can just save it again with a different name and delete the previous one.

enter image description here

Source: All responses saved for a request will be available whenever you load the request (above the request URL).

like image 42
Doug Avatar answered Sep 27 '22 17:09

Doug