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
{{ message }}
This repository was archived by the owner on Sep 14, 2022. It is now read-only.
I have defined a path to return XML like this:
However, the spec and model validates fine but the editor and server do not work as expected:
The editor still shows shows only the JSON-Schema under Responses
The server in mock mode still returns "content-type: application/json" with a JSON-body:
How do I get the mocking server to return XML?
Thanks
Jonas