summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 21:49:01 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 21:49:01 +0200
commit1d7f934db20472f759d49d894b69d0c9d97e7216 (patch)
tree9d99386479ade2c7574c1a3ed3f652f5163ce6c9 /docs
parent0876b859f18a13c150062ad4d7830dd76773635b (diff)
add patch and delete methods
Diffstat (limited to 'docs')
-rw-r--r--docs/api/v2/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/v2/README.md b/docs/api/v2/README.md
index ec1293da1..0344ed8cb 100644
--- a/docs/api/v2/README.md
+++ b/docs/api/v2/README.md
@@ -72,7 +72,7 @@ The status codes are:
* **200**: Everything went fine
* **304**: In case the resource was not modified, contains no response body
* **403**: ownCloud Error: The provided authorization headers are invalid. No **error** object is available.
-* **404**: ownCloud Error: The route can not be found. This can happen if the app is disabled or because of other reasons. No **error** object is available.
+* **404**: ownCloud Error unless specified otherwise: The route can not be found. This can happen if the app is disabled or because of other reasons. No **error** object is available.
* **4xx**: There was an app related error, check the **error** object
* **5xx**: ownCloud Error: A server error occurred. This can happen if the server is in maintenance mode or because of other reasons. No **error** object is available.