From 6b6b2d670589cbcd47cb45df420a2ba21978e615 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Fri, 27 Jun 2025 14:22:37 +0200 Subject: [PATCH] fix: fix share-attributes description of the object properties names Signed-off-by: Matthieu Gallien --- developer_manual/client_apis/WebDAV/basic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | | | | |