We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1374732 commit bb27d41Copy full SHA for bb27d41
developer_manual/client_apis/WebDAV/basic.rst
@@ -395,7 +395,7 @@ The optional files list can be provided as a JSON encoded array through the :cod
395
396
.. code::
397
398
- 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"]
399
400
Uploading files
401
---------------
0 commit comments