Skip to content

Commit

Permalink
Update developer_manual/client_apis/WebDAV/basic.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux authored Sep 28, 2024
1 parent 1374732 commit bb27d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer_manual/client_apis/WebDAV/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ The optional files list can be provided as a JSON encoded array through the :cod
.. code::
GET remote.php/dav/files/user/path/to/folder?accept=zip&files=%5B%22image.png%22%2C%22doucment.txt%22%5D
GET remote.php/dav/files/user/path/to/folder?accept=zip&files=["image.png","document.txt"]
Uploading files
---------------
Expand Down

0 comments on commit bb27d41

Please sign in to comment.