From 351ffd868ad61156bae09a7fde1e802d74128d08 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 10 May 2016 22:58:20 +0200 Subject: Add route for api levels --- docs/developer/External-Api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/developer/External-Api.md b/docs/developer/External-Api.md index ea2809bd8..347863ff5 100644 --- a/docs/developer/External-Api.md +++ b/docs/developer/External-Api.md @@ -79,7 +79,7 @@ The base URL for all calls is: https://yourowncloud.com/index.php/apps/news/api/v2 -All defined routes in the Specification are appended to this url. To access the sync for instance you'd use the following url: +Unless an absolute Url is specified, the relative Urls in the Specification are appended to this url. To access the route **/sync** for instance you'd use the following url: https://yourowncloud.com/index.php/apps/news/api/v2/sync -- cgit v1.2.3