From e76c350d302c7a625f82688862beda89feccfa71 Mon Sep 17 00:00:00 2001 From: zmstone Date: Sat, 27 Apr 2024 21:19:40 +0200 Subject: [PATCH] docs: add changelog for PR 12940 --- changes/ce/fix-12940.en.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ce/fix-12940.en.md diff --git a/changes/ce/fix-12940.en.md b/changes/ce/fix-12940.en.md new file mode 100644 index 000000000..8304effd5 --- /dev/null +++ b/changes/ce/fix-12940.en.md @@ -0,0 +1,3 @@ +Fix config update API `/configs` 500 error when config has bad HOCON syntax. + +Now bad syntax will cause the API to return 400 (BAD_REQUEST).