From 94342765fc0bfea599151dc31fe4ea026ed09eaa Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 26 Apr 2016 20:50:00 +0200 Subject: typo --- docs/api/v2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/api/v2/README.md b/docs/api/v2/README.md index a16854b72..822641975 100644 --- a/docs/api/v2/README.md +++ b/docs/api/v2/README.md @@ -103,12 +103,12 @@ Read the following notes carefully to prevent being subject to security exploits ## Syncing All routes are given relative to the base API url, e.g.: **/sync** becomes **https://yourowncloud.com/index.php/apps/news/api/v2/sync** -There are three usecases for syncing: +There are two usecases for syncing: * **Initial sync**: the user does not have any data at all * **Syncing local and remote changes**: the user has synced at least once and wants submit and receive changes ### Initial Sync -The intial sync happens, when a user adds an ownCloud account in your app. In that case the user wants all folders, feeds and unread/starred items. To do this, make the following request: +The intial sync happens when a user adds an ownCloud account in your app. In that case you want to download all folders, feeds and unread/starred items. To do this, make the following request: * **Method**: GET * **Route**: /sync -- cgit v1.2.3