From 77cbe46b74296f9141c5c2edd115c19cdfa42dbf Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Thu, 4 May 2023 15:03:32 +0200 Subject: [PATCH] Fix JSON syntax in example Signed-off-by: Louis Chemineau --- developer_manual/client_apis/WebDAV/basic.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/client_apis/WebDAV/basic.rst b/developer_manual/client_apis/WebDAV/basic.rst index 203138fb5..8add5709a 100644 --- a/developer_manual/client_apis/WebDAV/basic.rst +++ b/developer_manual/client_apis/WebDAV/basic.rst @@ -32,7 +32,7 @@ For example: you can perform a :code:`PROPFIND` request to find files in a folde --user username:password \ --request PROPFIND \ --data ' - + @@ -229,7 +229,7 @@ Supported properties | | | | ``16`` = Share | | | | | ``31`` = All | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------+ -| | | The permissions that the user has | ``['share', 'read', 'write']`` | +| | | The permissions that the user has | ``["share", "read", "write"]`` | | | | over the share as a JSON array. | | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------+ | | User set attributes as a JSON array. | ``[{ "scope" => , "key" => , "enabled" => }]`` |