From 26e435fb0563616e5ef0c83af4a6bc2546b95d6e Mon Sep 17 00:00:00 2001
From: Paul Tirk <paultirk@paultirk.com>
Date: Sat, 9 Jan 2021 18:10:45 +0100
Subject: [PATCH] update API to not return existing folders when error in
 request occurs

Signed-off-by: Paul Tirk <paultirk@paultirk.com>
---
 docs/externalapi/External-Api.md | 4 ++--
 1 file 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
 {