My question is how to change response from 3 examples.
It seems mock server response is always latest example (ex3).
So if I want to switch to ex1 from ex3, I have to delete ex1 and create ex4 (contents is just same of ex1)?
Mock requests also accept optional headers. So if you use the x-mock-response-code header and set it’s value to 200/ 400/ or 401- you’ll get the corresponding response sample. If this header is not provided, the closest match of any response code will be returned.