Mockable should use response examples in Swagger imports
Right now when I import a Swagger definition, the response body in Mockable.io always gets set to {"msg": "Hello World!"} regardless of what I define as the response example in Swagger. Mockable.io should be able to extract that information and include it in that specific request.
Here's an example of a path with examples:
paths:
/api/sessions:
post:
produces:
- "application/json"
responses:
"200":
examples:
application/json: { "id": 38 }
14
votes

Thank you for the feedback.
That’s definitely on our track.