From 01db56c761dd869fa1de8361bfc768c9cfbe9d19 Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Wed, 21 Jun 2023 21:37:07 +0200 Subject: [PATCH] chore: add changelog --- changes/ce/fix-11118.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ce/fix-11118.en.md diff --git a/changes/ce/fix-11118.en.md b/changes/ce/fix-11118.en.md new file mode 100644 index 000000000..a2c5cec3c --- /dev/null +++ b/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`.