diff options
author | Paul Tirk <paultirk@paultirk.com> | 2021-02-08 17:31:19 +0100 |
---|---|---|
committer | Sean Molenaar <SMillerDev@users.noreply.github.com> | 2021-04-08 10:23:11 +0200 |
commit | 05b7ed79945a35f752be9152c60792d67db4be6c (patch) | |
tree | 651820adae955a49edc9e6c1ec105354f10c7ea1 /docs | |
parent | 80351429730e368a82eab450769c93ab5dd83c0d (diff) |
remove unused service exceptions & allow equally named folders
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/externalapi/External-Api.md | 2 |
1 files changed, 0 insertions, 2 deletions
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.: |