Andrew Mayorov 2 лет назад
Родитель
Сommit
01db56c761
1 измененных файлов с 1 добавлено и 0 удалено
  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`.