summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 22:35:57 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 22:35:57 +0200
commitbec1e160a67498e03734e102a4faa12334481ed3 (patch)
tree176e1843ca8dc74a08e6e6d2165c3c648d74b720 /docs
parentc6ea930ef902a24122b5ea802c4bdf1107cc66ec (diff)
Add update api
Diffstat (limited to 'docs')
-rw-r--r--docs/api/v2/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/v2/README.md b/docs/api/v2/README.md
index c5106a865..2ddba4e82 100644
--- a/docs/api/v2/README.md
+++ b/docs/api/v2/README.md
@@ -482,12 +482,12 @@ The API should be used in the following way:
* Clean up before the update
* Get all feeds and user ids
-* For each feed and user id, run the update command
+* For each feed and user id, run the update
* Clean up after the update.
The reference [implementation in Python](https://github.com/owncloud/news-updater) should give you a good idea how to design your own updater.
-If the REST API is used, Authorization is required via Basic Auth and the user needs to be in the admin group. When using the ownCloud console API, no authorization is required.
+If the REST API is used, Authorization is required via Basic Auth and the user needs to be in the admin group. If the ownCloud console API is used, no authorization is required.
### Clean Up Before Update
This is used to clean up the database. It deletes folders and feeds that are marked for deletion.