summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 21:49:48 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 21:49:48 +0200
commitca64b65fd128b3feee3091c36286a1d5c2d38318 (patch)
tree4ef4701bc42c2c42662707a9da21fbb278f4836a /docs
parent1d7f934db20472f759d49d894b69d0c9d97e7216 (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 0344ed8cb..311fbd828 100644
--- a/docs/api/v2/README.md
+++ b/docs/api/v2/README.md
@@ -73,7 +73,7 @@ The status codes are:
* **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 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
+* **4xx**: There was an app related error, check the **error** object if specified
* **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.
The response headers are: