When I have two environments declared: `environments/test` and `environments/perftest` the merge endpoint can pick the wrong environment to merge. It seems to do a partial match, so when I call: `test/api` I get the result for `perftest/api`.
When I have two environments declared:
environments/testandenvironments/perftestthe merge endpoint can pick the wrong environment to merge.It seems to do a partial match, so when I call:
test/apiI get the result forperftest/api.