postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.85k stars 839 forks source link

Option to Tag Folders as Dev to prevent frontend devs from bothering with them #13125

Open johnngondi opened 2 months ago

johnngondi commented 2 months ago

Is there an existing request for this feature?

Is your feature request related to a problem?

Here is the problem, I am working on a module called Fleet. It's requests can be found inside Crm folder under Fleet Management folder and Settings >> Fleet folder. This module is in development and front-end team keeps trying to implement them but they keep changing.

Describe the solution you'd like

I want to mark the Fleet Management folder and Fleet (in Settings) with dev tag as shown: image This will prevent the front-end team from implementing these folders until we are done because endpoints, payloads and other things may change during dev.

Describe alternatives you've considered

I've considered adding --dev at the end but it does not look cool

Additional context

No response