Skip to content

Commit bb27d41

Browse files
authored
Update developer_manual/client_apis/WebDAV/basic.rst
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 1374732 commit bb27d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer_manual/client_apis/WebDAV/basic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ The optional files list can be provided as a JSON encoded array through the :cod
395395
396396
.. code::
397397
398-
GET remote.php/dav/files/user/path/to/folder?accept=zip&files=%5B%22image.png%22%2C%22doucment.txt%22%5D
398+
GET remote.php/dav/files/user/path/to/folder?accept=zip&files=["image.png","document.txt"]
399399
400400
Uploading files
401401
---------------

0 commit comments

Comments
 (0)