为什么 api 响应正文未显示在邮递员应用程序生成的文档中?

Why api response body is not showing in postman app generated documentation?

我正在测试 apis 使用 postman 连续,然后生成 api 文档 使用 postman app.

但问题是文档没有显示我在 postman console 中收到的 api response。这是我收到的大部分 apis

回复

如何在我的 api 文档中获得响应正文?

如果请求已保存到集合中,您可以使用位于响应正文右上角的 Save as example 功能。这将打开 example 构建器,保存后,此响应正文将根据您的 API 文档中的请求显示。

可以在此处找到有关其工作原理的更多详细信息:

https://learning.getpostman.com/docs/postman/collections/examples/#how-your-examples-appear-in-postman-documentation