From 70bd11579fd0ae97276f535d0c0e8a852e004bc8 Mon Sep 17 00:00:00 2001 From: mvenmo <101403803+mvenmo@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:49:55 +0400 Subject: [PATCH] Update basic.rst Special Request Header 'X-NC-WebDAV-AutoMkcol' actually is 'X-NC-WebDAV-Auto-Mkcol' (you can see rows 48-50 on the https://github.com/nextcloud/server/blob/master/apps/dav/tests/unit/Upload/UploadAutoMkcolPluginTest.php) Signed-off-by: mvenmo <101403803+mvenmo@users.noreply.github.com> --- developer_manual/client_apis/WebDAV/basic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/client_apis/WebDAV/basic.rst b/developer_manual/client_apis/WebDAV/basic.rst index 01b6172c1fe..6ae732a2ac2 100644 --- a/developer_manual/client_apis/WebDAV/basic.rst +++ b/developer_manual/client_apis/WebDAV/basic.rst @@ -612,7 +612,7 @@ You can set some special headers that Nextcloud will interpret. | | | This allow the server to abort faster if the remaining | | | | | user's quota is not enough. | | +-----------------------+-----------------------------------------------------------------+--------------------------------------------+ -| X-NC-WebDAV-AutoMkcol | | When set to ``1``, instructs the server to automatically | | +| X-NC-WebDAV-Auto-Mkcol| | When set to ``1``, instructs the server to automatically | | | | | create any missing parent directories when uploading a file. | | | | | Available since Nextcloud 32. | | +-----------------------+-----------------------------------------------------------------+--------------------------------------------+