From 24bfdd916e90aea0417a5099f5a76aeba02387f2 Mon Sep 17 00:00:00 2001 From: dassio Date: Sat, 29 Aug 2020 16:17:35 +0100 Subject: [PATCH] add workspace property Signed-off-by: dassio --- developer_manual/client_apis/WebDAV/basic.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/client_apis/WebDAV/basic.rst b/developer_manual/client_apis/WebDAV/basic.rst index 35c101f8a..f2dd8bd7c 100644 --- a/developer_manual/client_apis/WebDAV/basic.rst +++ b/developer_manual/client_apis/WebDAV/basic.rst @@ -93,6 +93,7 @@ The following properties are supported: - :code:`{http://owncloud.org/ns}checksums` - :code:`{http://nextcloud.org/ns}has-preview` - :code:`{http://owncloud.org/ns}size` Unlike :code:`getcontentlength`, this property also works for folders reporting the size of everything in the folder. +- :code:`{http://nextcloud.org/ns}rich-workspace` this property is provided by the text app Getting properties for just the folder ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^