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
Swagger open api specs has multiple ContentType for same URL.
Should postman duplicate URLs per content-types, instead of just showing one content-type in headers which is at top ?
The text was updated successfully, but these errors were encountered:
@harshpat I'd agree using the first one isn't ideal. What's the use-case of different types of request payloads for different content-types? How different would the different schemas be?
We could use JSON>XML>Text as the priority order while determining what request body to use for the main request.
We use Postman's examples to define the various responses that this endpoint can generate. If the assumption is that content type C1 in the request results in content type C1 in the response, we can generate the correct example requests as well.
Swagger open api specs has multiple ContentType for same URL.
Should postman duplicate URLs per content-types, instead of just showing one content-type in headers which is at top ?
The text was updated successfully, but these errors were encountered: