diff --git a/developer_manual/client_apis/WebDAV/basic.rst b/developer_manual/client_apis/WebDAV/basic.rst index a57d9831c..5097dc244 100644 --- a/developer_manual/client_apis/WebDAV/basic.rst +++ b/developer_manual/client_apis/WebDAV/basic.rst @@ -252,7 +252,10 @@ Supported properties | | | | ``0`` | | | | | ```` | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ -| | An array of checksums. | ``md5:04c36b75222cd9fd47f2607333029106`` | +| | An array of checksums stored in the DB by other | ``md5:04c36b75222cd9fd47f2607333029106`` | +| | clients. | | +| | Currently used algorithms are ``MD5``, ``SHA1``,| | +| | ``SHA256``, ``SHA3-256``, ``Adler32``. | | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ | | Whether a preview of the file is available. | ``true`` or ``false`` | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ @@ -463,6 +466,8 @@ You can set some special headers that Nextcloud will interpret. +-----------------+-----------------------------------------------------------------+------------------------------------------+ | OC-Checksum | | A checksum that will be stored in the DB. | ``md5:04c36b75222cd9fd47f2607333029106`` | | | | The server will not do any sort of validation. | | +| | | Currently used algorithms are ``MD5``, ``SHA1``, ``SHA256``, | | +| | | ``SHA3-256``, ``Adler32``. | | +-----------------+-----------------------------------------------------------------+------------------------------------------+ | X-Hash | | Allow to request the file's hash from the server. | ``md5``, ``sha1``, or ``sha256`` | | | | The server will return the hash in a header named either: | |