From c4a6c2ad387455b81e7b63fbfa3322bc7bae8f85 Mon Sep 17 00:00:00 2001 From: Corentin Flr <10946971+cogk@users.noreply.github.com> Date: Sat, 6 Nov 2021 21:46:32 +0100 Subject: [PATCH 1/2] Added example for WebDAV search by last updated time Signed-off-by: Corentin Flr <10946971+cogk@users.noreply.github.com> --- .../client_apis/WebDAV/search.rst | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/developer_manual/client_apis/WebDAV/search.rst b/developer_manual/client_apis/WebDAV/search.rst index d88bccdf7..cc3219488 100644 --- a/developer_manual/client_apis/WebDAV/search.rst +++ b/developer_manual/client_apis/WebDAV/search.rst @@ -212,4 +212,35 @@ Get all png and jpg files over 10MB. +Get all files last modified after a given date. + +.. code-block:: xml + + + + + + + + + + + + + /files/test + infinity + + + + + + + + 2021-01-01T17:00:00Z + + + + + + .. _rfc5323: https://tools.ietf.org/html/rfc5323 From 6afb1ca5b56949ed703d453b24d83213ff2a7bb3 Mon Sep 17 00:00:00 2001 From: Corentin Flr <10946971+cogk@users.noreply.github.com> Date: Fri, 25 Feb 2022 09:24:05 +0100 Subject: [PATCH 2/2] Update developer_manual/client_apis/WebDAV/search.rst Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> --- developer_manual/client_apis/WebDAV/search.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/client_apis/WebDAV/search.rst b/developer_manual/client_apis/WebDAV/search.rst index cc3219488..abdc78647 100644 --- a/developer_manual/client_apis/WebDAV/search.rst +++ b/developer_manual/client_apis/WebDAV/search.rst @@ -217,7 +217,7 @@ Get all files last modified after a given date. .. code-block:: xml - +