Hey guys, I need help I used stand alone version...
# help
i
Hey guys, I need help I used stand alone version of MW, I have multiple response from single entry point. In request body I don't have any properties only couple parameters. I tried to use
Copy code
"bodyPatterns" : [ {
      "matchesJsonPath" : "$.things[?(@.name == 'RequiredThing')]"
    } ]
but got issue like like no expected characters or so. body request is simple { "parameter1": 18, "parameter2": true, "parameter3": ["LOGO", "MARK"], "parameter4": "AAPL", "parameter5": "108X108" }
looks like answer will be [?(@.name == 'RequiredThing')]
o
Yep, there is no '.things' in the request