From c2dfba486aeaf67872214b73aaa4f54d186e9a9c Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Fri, 29 Sep 2023 12:48:44 +0200 Subject: [PATCH] doc: correct the namespace for quota-available and quota-used Signed-off-by: Daniel Kesselberg --- developer_manual/client_apis/WebDAV/basic.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/developer_manual/client_apis/WebDAV/basic.rst b/developer_manual/client_apis/WebDAV/basic.rst index 4028e1a4e..a54122a76 100644 --- a/developer_manual/client_apis/WebDAV/basic.rst +++ b/developer_manual/client_apis/WebDAV/basic.rst @@ -157,6 +157,13 @@ Supported properties | | | Should return the list of lock, but | | | | | always return an empty response. | | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ +| | Amount of available bytes in the folder. | | ``3950773`` | +| | | | ``-1`` Uncomputed free space. | +| | | | ``-2`` Unknown free space. | +| | | | ``-3`` Unlimited free space. | ++-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ +| | Amount of bytes used in the folder. | ``3950773`` | ++-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ | | | Dummy endpoint for class 2 WebDAV support. | | ```` | | | | Always provide the same lock capabilities. | | ```` | | | | | | ```` | @@ -248,13 +255,6 @@ Supported properties | | | also works for folders, reporting the size of | | | | | everything in the folder. Size is in bytes. | | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ -| | Amount of bytes used in the folder. | ``3950773`` | -+-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ -| | Amount of available bytes in the folder. | | ``3950773`` | -| | | | ``-1`` Uncomputed free space. | -| | | | ``-2`` Unknown free space. | -| | | | ``-3`` Unlimited free space. | -+-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ | | The id of the workspace file. | `3456` | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ | | The content of the workspace file. | |