From 13b8c903f068553169dbdad17298f1315c906983 Mon Sep 17 00:00:00 2001 From: Jasper vom Felde <74309593+jaspervf@users.noreply.github.com> Date: Fri, 11 Feb 2022 12:18:43 +0100 Subject: [PATCH] Remove duplicate flag for authentication Remove duplicate flag for using basic authentication to access WebDav Signed-off-by: Jasper vom Felde <74309593+jaspervf@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 d88bccdf7..c11ab8d84 100644 --- a/developer_manual/client_apis/WebDAV/search.rst +++ b/developer_manual/client_apis/WebDAV/search.rst @@ -20,7 +20,7 @@ For example, to search for text files for the user 'test': .. code-block:: bash - curl -u username:password 'https://cloud.example.com/remote.php/dav/' -X SEARCH -u test:test -H "content-Type: text/xml" --data ' + curl -u test:password 'https://cloud.example.com/remote.php/dav/' -X SEARCH -H "content-Type: text/xml" --data '