summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/documentation.yml2
-rw-r--r--docs/api/api-v2.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml
index be0469acd..9b7022748 100644
--- a/.github/workflows/documentation.yml
+++ b/.github/workflows/documentation.yml
@@ -4,7 +4,7 @@ on:
branches:
- master
paths:
- - 'docs/*'
+ - 'docs/**'
jobs:
build:
diff --git a/docs/api/api-v2.md b/docs/api/api-v2.md
index c5fee3806..ab6e19517 100644
--- a/docs/api/api-v2.md
+++ b/docs/api/api-v2.md
@@ -1,6 +1,6 @@
# External API v2 (Draft)
-**Disclaimer:** this API has not been fully implemented yet.
+**Disclaimer:** this API has not been fully implemented yet, help is welcome.
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.