Adding Data Models inside API Documentations

No problem, @kshitizshankar. :slight_smile:

I believe I see what you mean – yes, this can be done directly inside Postman!

There’s another thread which goes over this in pretty good detail. Basically, if you click on a folder or request on your docs page, then check your address bar, you’ll see the unique tag for it at the end of the URL.

Example:

You can then link directly to this id anywhere else in the page using the following Markdown syntax:

[Link Text](#abcdef01-2345-6789-abcd-ef0123456789)

You can also do the same thing with the Introduction section: [Intro Sections](#intro)

Check out the following docs site for a ton more examples on using Markdown in Postman: