How to add images to descriptions

I want to add pictures so that when I press the “View in web” they would be displayed.

How can I do this?

Hey @alzarka, when you click on ‘View in web’, the postman app picks the collection details that you have specified along with the different requests in your collection to render the documentation view.

Now based on whether you’d like the image you want to display is at collection level or request level, you can edit the description, which supports markdown to add images.

Here’s how you would do it.

  1. Go to edit at the collection/request level based on your requirement.

  2. Add the required description with the image using markdown.

  3. Here’s how the end result would look, the purple symbol is the image we added.

Hope this helps, feel free to reach out with additional queries.