summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 22:37:39 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 22:37:39 +0200
commit3d6136f981f543733bc1e35fa12698e2d19768c0 (patch)
tree2d781bea5e60a4616726522592d3dddb1dcf5898 /docs
parent2a1147082de25570859dbd56c9da1265c7a106dc (diff)
Add update api
Diffstat (limited to 'docs')
-rw-r--r--docs/api/v2/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/api/v2/README.md b/docs/api/v2/README.md
index 613adb1a1..ec22a0ae2 100644
--- a/docs/api/v2/README.md
+++ b/docs/api/v2/README.md
@@ -495,7 +495,7 @@ This is used to clean up the database. It deletes folders and feeds that are mar
**Console API**:
- php -f owncloud/occ news:updater:before-update
+ php -f /path/to/owncloud/occ news:updater:before-update
**REST API**:
@@ -507,7 +507,7 @@ This call returns pairs of feed ids and user ids.
**Console API**:
- php -f owncloud/occ news:updater:all-feeds
+ php -f /path/to/owncloud/occ news:updater:all-feeds
**REST API**:
@@ -535,7 +535,7 @@ After all feed ids and user ids are known, feeds can be updated in parallel
* **{feedId}**: the feed's id
* **{userId}**: the user's id
- php -f owncloud/occ news:updater:update-feed {feedId} {userId}
+ php -f /path/to/owncloud/occ news:updater:update-feed {feedId} {userId}
**REST API**:
@@ -550,7 +550,7 @@ This is used to clean up the database. It removes old read articles which are no
**Console API**:
- php -f owncloud/occ news:updater:after-update
+ php -f /path/to/owncloud/occ news:updater:after-update
**REST API**: