summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 22:39:19 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 22:39:19 +0200
commit1d5b77557e601ee0a84e24ec47720050c3a7004e (patch)
treeef85f9468103d8014a503c9d53f2bdf4cd4c700c /docs
parent58a726d65ccec807183f54f0b088fa5957c64a8f (diff)
Add update api
Diffstat (limited to 'docs')
-rw-r--r--docs/api/v2/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/api/v2/README.md b/docs/api/v2/README.md
index 6804ab42b..417975ab6 100644
--- a/docs/api/v2/README.md
+++ b/docs/api/v2/README.md
@@ -528,13 +528,14 @@ Both APIs will return the following response body or terminal output:
```
### Update A User's Feed
-After all feed ids and user ids are known, feeds can be updated in parallel
+After all feed ids and user ids are known, feeds can be updated in parallel.
**Console API**:
* **Positional Parameters**:
* **{feedId}**: the feed's id
* **{userId}**: the user's id
+
php -f /path/to/owncloud/occ news:updater:update-feed {feedId} {userId}
**REST API**: