Browse Source

chore: add changelog

Andrew Mayorov 2 years ago
parent
commit
01db56c761
1 changed files with 1 additions and 0 deletions
  1. 1 0
      changes/ce/fix-11118.en.md

+ 1 - 0
changes/ce/fix-11118.en.md

@@ -0,0 +1 @@
+Ensure that validation errors in REST API responses are slightly less confusing. Now, if there are out-of-range errors, they will be presented as `{"value": 42, "reason": {"expected": "1..10"}, ...}`, replacing the previous usage of `expected_type` with `expected`.