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
If there are more than 1 examples for a request, and if both the examples have different request bodies, then the docs shows request body of only one of them for both the requests
The text was updated successfully, but these errors were encountered:
The same applies to the example request.
Imagine that I have the following URL with an obligatory get parameter:
host/app?parameter=1
I would like to have one example of success, and one example of failure, because of the missing parameter. In Postman, you can inform different Example Requests, but Postmanerator only shows the URL defined in the original request.
Instead of using the url present in the request field:
If there are more than 1 examples for a request, and if both the examples have different request bodies, then the docs shows request body of only one of them for both the requests
The text was updated successfully, but these errors were encountered: