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