From 2bcc769168de70f2c008d3f85eab8414d840f2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20Villaf=C3=A1=C3=B1ez?= Date: Thu, 19 Sep 2024 13:41:33 +0200 Subject: [PATCH] chore: add changelog entry --- changelog/unreleased/collaboration-fileinfo-error-code.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/collaboration-fileinfo-error-code.md diff --git a/changelog/unreleased/collaboration-fileinfo-error-code.md b/changelog/unreleased/collaboration-fileinfo-error-code.md new file mode 100644 index 0000000000..f76ac0b160 --- /dev/null +++ b/changelog/unreleased/collaboration-fileinfo-error-code.md @@ -0,0 +1,5 @@ +Bugfix: CheckFileInfo will return a 404 error if the target file isn't found + +Previously, the request failed with a 500 error code, but it it will fail with a 404 error code + +https://github.com/owncloud/ocis/pull/10112