You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A request to [base]/Measure/$evaluate-measure returns a 404 if the measure was not found. However it should return a 422 Unprocessable Entity on POST requests and a 400 Bad Request on GET requests because the resource itself exists.
The text was updated successfully, but these errors were encountered:
…512)
module: operation-evaluate-measure
* apply parinfer-required formatting
* add failing POST regression test for #512
* major refactoring: tests: separate handler instance tests from handler
type tests (WIP)
* add missing test for "with missing measure parameter" POST requests
* other minor refactorings
A request to
[base]/Measure/$evaluate-measure
returns a 404 if the measure was not found. However it should return a 422 Unprocessable Entity on POST requests and a 400 Bad Request on GET requests because the resource itself exists.The text was updated successfully, but these errors were encountered: