Deleting a file of course work via DELETE, not POST

This commit is contained in:
Gina Häußge 2013-12-16 01:49:17 +01:00
parent 755549a745
commit 7b01e72a9b

View file

@ -323,7 +323,7 @@ Issue a file command
Delete file
===========
.. http:post:: /api/files/(string:target)/(path:filename)
.. http:delete:: /api/files/(string:target)/(path:filename)
Delete the selected `filename` on the selected `target`.