From 1d5b77557e601ee0a84e24ec47720050c3a7004e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 26 Apr 2016 22:39:19 +0200 Subject: Add update api --- docs/api/v2/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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**: -- cgit v1.2.3