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 OpenAPI you can define multiple requests & responses.
OpenAPI
200 > success
404 > not found
Is there a way to generate multiple requests from OpenAPI to Postman, where 1 request will have use the examples for the 200 request/response and 1 request will have use the examples for the 404?