From 426d0da0f8cc5ba15b2437ccdcec6a8454685179 Mon Sep 17 00:00:00 2001 From: Felix Schneider Date: Sun, 9 Apr 2023 12:46:04 +0200 Subject: [PATCH] Fix syntax highlighting of http method Add syntax highlighting to the DELETE http-method Signed-off-by: Felix Schneider Signed-off-by: Felix Schneider --- developer_manual/client_apis/WebDAV/trashbin.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/client_apis/WebDAV/trashbin.rst b/developer_manual/client_apis/WebDAV/trashbin.rst index a2fb54dc3..ed9f58f95 100644 --- a/developer_manual/client_apis/WebDAV/trashbin.rst +++ b/developer_manual/client_apis/WebDAV/trashbin.rst @@ -34,10 +34,10 @@ This will automatically restore the item to its original location. Deleting from the trashbin -------------------------- -To delete from the trashbin just perform a delete on the item. +To delete from the trashbin just perform a :code:`DELETE` on the item. Emptying the trashbin --------------------- -Perform a delete on `https://cloud.example.com/remote.php/dav/trashbin/USER/trash` +Perform a :code:`DELETE` on `https://cloud.example.com/remote.php/dav/trashbin/USER/trash`