dreamhead / moco

Easy Setup Stub Server
MIT License
4.36k stars 1.08k forks source link

Seems incorrect example of "exist operator" in "HTTP APIs" doc. #273

Closed lyscu closed 4 years ago

lyscu commented 4 years ago

in "Exist operator" chapter, "foo": {"exist" : "not"} is found. But actually, if set as described, error will be found in log. "ERROR java.lang.IllegalArgumentException: Unknown exist parameter: [not]" After I change "not" to "false", then it works as expected.

dreamhead commented 4 years ago

Thank you for your correction. I've fixed it.