summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 22:42:16 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 22:42:16 +0200
commit8ecbc6b242ca64d123f1f22b0857afb50d520ecc (patch)
tree334e992a00f80e74e767daeb8998951ace3808ba /docs
parent1d5b77557e601ee0a84e24ec47720050c3a7004e (diff)
Add update api
Diffstat (limited to 'docs')
-rw-r--r--docs/api/v2/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/api/v2/README.md b/docs/api/v2/README.md
index 417975ab6..1ac3c6fc5 100644
--- a/docs/api/v2/README.md
+++ b/docs/api/v2/README.md
@@ -1,7 +1,9 @@
-# Sync API v2 (Draft)
+# External API v2 (Draft)
The **News app** offers a RESTful API which can be used to sync folders, feeds and items. The API also supports [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS) which means that you can access the API from your browser using JavaScript.
+In addition, an updater API is exposed which is able to run feed updates in parallel using a REST API or ownCloud console API.
+
## API Stability Contract
The API level will **change** if the following occurs: