Hey,@tombjarne96, just a quick update β¦ I think I have an easier way than what is here β¦ well at least it is easier for me
Create your own custom header like:
x-myco-myapp-pm-mock-id
Then give it a number that is unique and easy to remember/understand [I used 1,2,3β¦] so that you can pass that in on each of your request to the mocked endpoints that need a specific return. You make your example look for that value and the matching alg will find it as highest.
For me that is way easier than getting the example UUID or βnameβ of the example and using the: x-mock-response-name
and x-mock-response-code
.
Anyhow just wanted to pass on some more thinking/working.