How to export specific request to file using postman?

后端 未结 6 1978
醉梦人生
醉梦人生 2020-12-24 11:15

I want to export one specific request from postman extension (chromium) and send it to another developer so that they can import it. How I can do this?

6条回答
  •  春和景丽
    2020-12-24 12:01

    If you want to export it as a file just do Any Collection (...) -> Export. There you should be able to choose collection version format and it will be exported in JSN file.

提交回复
热议问题