From 1d7f934db20472f759d49d894b69d0c9d97e7216 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 26 Apr 2016 21:49:01 +0200 Subject: add patch and delete methods --- docs/api/v2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.2.3