summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/developer/External-Api.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/developer/External-Api.md b/docs/developer/External-Api.md
index 0faf7495c..efea8aeca 100644
--- a/docs/developer/External-Api.md
+++ b/docs/developer/External-Api.md
@@ -138,6 +138,8 @@ Status codes:
* **404**: The News app is disabled or not installed.
+**Note**: Future News app versions **may remove** the v1-2 API level depending on how widespread the adoption has become. You should therefore always make sure which API levels are actually supported.
+
### Authentication
Because REST is stateless you have to re-send user and password each time you access the API. Therefore running ownCloud **with SSL is highly recommended** otherwise **everyone in your network can log your credentials**.