summaryrefslogtreecommitdiffstats
path: root/docs/api
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 20:48:57 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 20:48:57 +0200
commit7a32800efe257960acab1c8562e7dfbbbf025844 (patch)
tree5c01b69102d7322e210eca4966318bae209b7d76 /docs/api
parentb5e65e051f29e8a4dae002ca008077d835db77d2 (diff)
typo
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/v2/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/v2/README.md b/docs/api/v2/README.md
index 33e326744..b70c69cfb 100644
--- a/docs/api/v2/README.md
+++ b/docs/api/v2/README.md
@@ -101,7 +101,7 @@ Read the following notes carefully to prevent being subject to security exploits
* Basic Auth headers can easily be decrypted by anyone since base64 is an encoding, not an encryption. Therefore only send them if you are accessing an HTTPS website or display an easy to understand warning if the user chooses HTTP
## Syncing
-All routes are given relative to the base API url, e.g.: /sync is expanded to https://yourowncloud.com/index.php/apps/news/api/v2/sync
+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:
* Initial sync: the user does not have any data at all