swagger-mock-api
swagger-mock-api copied to clipboard
How to simulate statusCode?
I have swagger defenition in json format: .... "responses": { "201": { "description": "unexpected error" } ...
But anyway i get statusCode 200 in response, how to simulate another one?
+1