From 1184402f94690c6a22e0e7c80c969fbcbbbab2b5 Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Thu, 1 Oct 2020 11:37:15 +0300 Subject: [PATCH] fix table --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9349f5d9..9636741c 100644 --- a/Readme.md +++ b/Readme.md @@ -33,7 +33,7 @@ The methods described below are available for all of the test examples. | | | | ------------------ | ------------------------------------------------------------ | -| **Summary** | Delete one file or all files +| **Summary** | Delete one file or all files | | **URL** | /file | | **Method** | DELETE | | ****URL Params**** | **Optional:**
`filename=[string]` - file for deleting.
*WARNING! Without this parameter, all files will be deleted* |