This commit is contained in:
Bernhard Posselt 2016-04-26 22:39:19 +02:00
Родитель 58a726d65c
Коммит 1d5b77557e
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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**: