summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-29 19:14:58 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-29 19:14:58 +0200
commite74146bf5324d0d2146bbe1ffd7cd2268ca10fd0 (patch)
treea660b98a76813bb882f028c5721bfc89a61d26c1 /docs
parent1ed6ca08b320c2e335a7fd1e5fa0998498aa8bd1 (diff)
better response messages
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 d12f88e6c..31da32609 100644
--- a/docs/api/v2/README.md
+++ b/docs/api/v2/README.md
@@ -73,7 +73,7 @@ The request body is either passed in the URL in case of a **GET** request (e.g.:
The status codes are not always provided by the News app itself, but might also be returned because of ownCloud internal errors.
The following status codes can be returned by ownCloud:
-* **401**: The provided authorization headers to log into ownCloud are invalid.
+* **401**: The provided credentials to log into ownCloud are invalid.
* **403**: The user is not allowed to access the route. This can happen if for instance of only users in the admin group can access the route and the user is not in it.
* **404**: The route can not be found or the resource does not exist. Can also happen if for instance you are trying to delete a folder which does not exist.
* **5xx**: An internal server error occurred. This can happen if the server is in maintenance mode or because of other reasons.