From 54c7345bf52150dcc82d915a3c369d192c9e693c Mon Sep 17 00:00:00 2001 From: Eduardo Morales Date: Tue, 12 Mar 2024 09:13:21 -0500 Subject: [PATCH] doc(files_versions): added API doc for file versions Signed-off-by: Eduardo Morales --- developer_manual/client_apis/WebDAV/basic.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/developer_manual/client_apis/WebDAV/basic.rst b/developer_manual/client_apis/WebDAV/basic.rst index e623ee4f2..62019dd1c 100644 --- a/developer_manual/client_apis/WebDAV/basic.rst +++ b/developer_manual/client_apis/WebDAV/basic.rst @@ -310,6 +310,10 @@ Supported properties | | | The due date of the reminder | ``1970-01-01T00:00:00+00:00`` | | | | as an ISO 8601 formatted string. | | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ +| | The user-set label for a file. | | ++-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ +| | The author's id of a specified file verson. | ``admin``, ``jane``, ``thisAuthorsID`` | ++-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ Listing folders (rfc4918_) --------------------------