From 88f7c2b4d888de83c070d850fb76fc937f7d5aab Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Tue, 22 Aug 2023 15:48:27 +0200 Subject: [PATCH] docs: changelog entry for HTTP publish bad request schema --- changes/ce/fix-11493.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ce/fix-11493.en.md diff --git a/changes/ce/fix-11493.en.md b/changes/ce/fix-11493.en.md new file mode 100644 index 000000000..b05a0d02f --- /dev/null +++ b/changes/ce/fix-11493.en.md @@ -0,0 +1 @@ +Example for and documentation for /api/v5/publish bad request response has been fixed. Previously the documentation example said that the bad request response could return a list in the body which was not actually the case.