Skip to content

Commit 1f149fb

Browse files
Copilotskjnldsv
andauthored
fix(dev/WebDAV): correct table column alignment in method cheat sheet
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/681b7f41-a45f-4f43-ac6b-c03f9dfcc98f Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
1 parent 3ccb967 commit 1f149fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

developer_manual/client_apis/WebDAV/basic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The table below summarizes common WebDAV methods used by Nextcloud and the most
102102
| REPORT | ``/remote.php/dav/files/{user}/path`` | (none required) | Used for filtered queries such as favorites. |
103103
+------------+-------------------------------------------+----------------------------------------------+-------------------------------------------------------------+
104104
| GET (file) | ``/remote.php/dav/files/{user}/file`` | (none required) | Downloads file content. |
105-
+------------+-------------------------------------------+---------------------------------------------+--------------------------------------------------------------+
105+
+------------+-------------------------------------------+----------------------------------------------+-------------------------------------------------------------+
106106
| GET (dir) | ``/remote.php/dav/files/{user}/folder`` | ``Accept: application/zip`` or | Nextcloud extension for folder archive download. |
107107
| | | ``Accept: application/x-tar`` | |
108108
+------------+-------------------------------------------+----------------------------------------------+-------------------------------------------------------------+

0 commit comments

Comments
 (0)