I'm trying to build a decent mock API using Postman, and I stumbled upon its Matching algorithm.
Is there a way to turn it off, so that, for example, when I target the wrong query params, or simply the wrong URL, it does return a 404?
Currently the response from
my/api/path/endpoint?myParam=Test
is returned even when I submit to
my/api/path/endp
Which I really don't want.