зеркало из https://github.com/nextcloud/news.git
Add update api
This commit is contained in:
Родитель
58a726d65c
Коммит
1d5b77557e
|
@ -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**:
|
||||
|
|
Загрузка…
Ссылка в новой задаче