Bird
0
0

If you rename a folder in a Postman collection, what happens to the requests inside it?

medium📝 query result Q5 of 15
Rest API - API Testing and Monitoring
If you rename a folder in a Postman collection, what happens to the requests inside it?
ARequests are deleted automatically
BRequests move to the root collection level
CRequests remain inside the renamed folder without changes
DRequests get duplicated inside the new folder
Step-by-Step Solution
Solution:
  1. Step 1: Understand folder rename behavior

    Renaming a folder changes its name only; requests stay inside unchanged.
  2. Step 2: Evaluate other options

    Requests are not deleted, moved, or duplicated by renaming.
  3. Final Answer:

    Requests remain inside the renamed folder without changes -> Option C
  4. Quick Check:

    Rename folder = Requests stay intact inside [OK]
Quick Trick: Renaming folder keeps requests inside unchanged [OK]
Common Mistakes:
MISTAKES
  • Thinking requests get deleted
  • Assuming requests move out
  • Believing requests duplicate

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Rest API Quizzes