Bläddra i källkod

chore: add changelog

Andrew Mayorov 2 år sedan
förälder
incheckning
01db56c761
1 ändrade filer med 1 tillägg och 0 borttagningar
  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`.