summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-05-10 22:58:20 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-05-10 22:58:20 +0200
commit351ffd868ad61156bae09a7fde1e802d74128d08 (patch)
tree0a0b2d61f68fa8b99dc8989b5180d48152023fe0 /docs
parent45474d7e05c847e6b824a48fbb9cf14a0141f523 (diff)
Add route for api levels
Diffstat (limited to 'docs')
-rw-r--r--docs/developer/External-Api.md2
1 files changed, 1 insertions, 1 deletions
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