From 62f63a266847ea1cd590398a16a4ffdecf1c6c72 Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Thu, 20 Apr 2023 09:27:16 +0200 Subject: [PATCH] Improve OC-Checksum description Signed-off-by: Louis Chemineau --- developer_manual/client_apis/WebDAV/basic.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/client_apis/WebDAV/basic.rst b/developer_manual/client_apis/WebDAV/basic.rst index e830ede7a..818f38ae6 100644 --- a/developer_manual/client_apis/WebDAV/basic.rst +++ b/developer_manual/client_apis/WebDAV/basic.rst @@ -378,8 +378,8 @@ You can set some special headers that Nextcloud will interpret. | | | The response will contain the header ``X-OC-CTime: accepted`` | | | | | if the mtime was accepted. | | +-----------------+-----------------------------------------------------------------+------------------------------------------+ -| OC-Checksum | | A list of space-separated checksum | ``md5:04c36b75222cd9fd47f2607333029106`` | -| | | that will be stored in the DB. | | +| OC-Checksum | | A checksum that will be stored in the DB. | ``md5:04c36b75222cd9fd47f2607333029106`` | +| | | The server will not do any sort of validation. | | +-----------------+-----------------------------------------------------------------+------------------------------------------+ | 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: | |