summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Tirk <paultirk@paultirk.com>2021-03-25 18:22:57 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 10:23:11 +0200
commit9db82b19a533af59bb4142bf3f531490c962e444 (patch)
treef552b215424b9bf2d303896c0bbe1fab6bc66106 /docs
parent822423af38ed5f650cfa2c86dfee88fe10ba7b52 (diff)
fix typo in api documentation
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/externalapi/External-Api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/externalapi/External-Api.md b/docs/externalapi/External-Api.md
index aa8c41605..1848fe5b3 100644
--- a/docs/externalapi/External-Api.md
+++ b/docs/externalapi/External-Api.md
@@ -388,8 +388,8 @@ with the following request body:
The following response is being returned:
Status codes:
-* **200**: Folder was created successfully
-* **400**: Folder creation error, check the error object:
+* **200**: Folder was updated successfully
+* **400**: Folder update error, check the error object:
* **code**: 1: folder name is empty
* Other ownCloud errors, see [Response Format](#response-format)