diff --git a/developer_manual/client_apis/WebDAV/basic.rst b/developer_manual/client_apis/WebDAV/basic.rst index 1abb57c5e..7c6a1cd83 100644 --- a/developer_manual/client_apis/WebDAV/basic.rst +++ b/developer_manual/client_apis/WebDAV/basic.rst @@ -264,7 +264,7 @@ Supported properties | | | 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" => }]`` | +| | User set attributes as a JSON array. | ``[{ "scope" => , "key" => , "value" => }]`` | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ | | The list of share recipient. | .. code-block:: XML | | | | |