From 05b7ed79945a35f752be9152c60792d67db4be6c Mon Sep 17 00:00:00 2001 From: Paul Tirk Date: Mon, 8 Feb 2021 17:31:19 +0100 Subject: remove unused service exceptions & allow equally named folders Signed-off-by: Paul Tirk --- docs/externalapi/External-Api.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs') diff --git a/docs/externalapi/External-Api.md b/docs/externalapi/External-Api.md index 67f47711a..61ff6259f 100644 --- a/docs/externalapi/External-Api.md +++ b/docs/externalapi/External-Api.md @@ -356,7 +356,6 @@ Status codes: * **200**: Folder was created successfully * **400**: Folder creation error, check the error object: * **code**: 1: folder name is empty -* **409**: Folder with given name exists already In case of an HTTP 200, the created or already existing folder is returned in full in the response, e.g.: @@ -392,7 +391,6 @@ Status codes: * **200**: Folder was created successfully * **400**: Folder creation error, check the error object: * **code**: 1: folder name is empty -* **409**: Folder with given name exists already * Other ownCloud errors, see [Response Format](#response-format) In case of an HTTP 200, the changed or already existing folder is returned in full in the response, e.g.: -- cgit v1.2.3