diff --git a/changelog/unreleased/fix-upload-response-code.md b/changelog/unreleased/fix-upload-response-code.md new file mode 100644 index 0000000000..ebb9f4ae88 --- /dev/null +++ b/changelog/unreleased/fix-upload-response-code.md @@ -0,0 +1,6 @@ +Bugfix: Fix response code when upload a file over locked + +We fixed a bug where the response code was incorrect when uploading a file over a locked file. + +https://github.com/owncloud/ocis/pull/9894 +https://github.com/owncloud/ocis/issues/7638