I would like to know how to import an api without the example responses.
For my use, it is kind of annoying to click on a request and have the example responses automatically open. Ive used some regex searches to find where the responses are and delete them before importing but i was wondering if there was a way within postman to do this.
I would also like a way to choose “Inherit auth from parent” on all requests on import. To achieve this, i currently export the collection after import and then use a regex search to delete the auth part but would like an easier way of doing this as well.
Thanks!