user20002028
user20002028

Reputation:

How to create a collection inside a collection in postman

I have tried drag-dropping one request onto another but it doesn't work.

I expected this to work as moving a request from one collection to another can be achieved this way.

Is there a way to achieve this?

Upvotes: 2

Views: 1245

Answers (1)

Anjan Talatam
Anjan Talatam

Reputation: 3996

You can create Folders inside a collection

Select a collection > Click on View more actions > Add folder

This is done mostly to group endpoints with similar functionality/ common initial routes.

Ex: stackoverflow.com/questions, stackoverflow.com/questions/:questionId

You can create more than one folder inside a collection.

enter image description here

Upvotes: 3

Related Questions