You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my postman collection I have a number of requests, and the first request in the list typically is an API call to an authentication endpoint to retrieve an auth token. This token is then subsequently used in the next requests.
This auth request is only there for automation purposes (i.e. the postman collection can be run in a pipeline for example).
when generating openapi spec based on the postman collection, I'd like to indicate the conversion to ignore the /auth path for example.
does that make sense? I can create a PR if needed.
The text was updated successfully, but these errors were encountered:
I'd like to propose a feature.
In my postman collection I have a number of requests, and the first request in the list typically is an API call to an authentication endpoint to retrieve an auth token. This token is then subsequently used in the next requests.
This auth request is only there for automation purposes (i.e. the postman collection can be run in a pipeline for example).
when generating openapi spec based on the postman collection, I'd like to indicate the conversion to ignore the /auth path for example.
does that make sense? I can create a PR if needed.
The text was updated successfully, but these errors were encountered: