Deleting a file of course work via DELETE, not POST
This commit is contained in:
parent
755549a745
commit
7b01e72a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue