summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Tirk <paultirk@paultirk.com>2021-01-09 18:10:45 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 10:23:11 +0200
commit26e435fb0563616e5ef0c83af4a6bc2546b95d6e (patch)
tree76eda05294189924c3d59a78190b55e3d55402c7 /docs
parent566a21b4a88cc1d149aef39eff7b95b42613cec5 (diff)
update API to not return existing folders when error in request occurs
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 e652b114b..67f47711a 100644
--- a/docs/externalapi/External-Api.md
+++ b/docs/externalapi/External-Api.md
@@ -358,7 +358,7 @@ Status codes:
* **code**: 1: folder name is empty
* **409**: Folder with given name exists already
-In case of an HTTP 200 or 409, the created or already existing folder is returned in full in the response, e.g.:
+In case of an HTTP 200, the created or already existing folder is returned in full in the response, e.g.:
```js
{
@@ -395,7 +395,7 @@ Status codes:
* **409**: Folder with given name exists already
* Other ownCloud errors, see [Response Format](#response-format)
-In case of an HTTP 200 or 409, the changed or already existing folder is returned in full in the response, e.g.:
+In case of an HTTP 200, the changed or already existing folder is returned in full in the response, e.g.:
```js
{