mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #10029 from felixschndr/patch-2
Fix syntax highlighting of http method
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user