Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2020-11-25 01:24:48 +0300
committerGitHub <noreply@github.com>2020-11-25 01:24:48 +0300
commit848bc32ce39ecce158f493f8595b6f9537d2d0fc (patch)
tree88bd66a879e8e38f55bcbb5722fbc49d431d1f58 /docs
parente3b64721479b203c7a1aeeaf066ecb34b7aaccaa (diff)
Update API_v1.0.md
Diffstat (limited to 'docs')
-rw-r--r--docs/API_v1.0.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/API_v1.0.md b/docs/API_v1.0.md
index b26c62f7..d545e560 100644
--- a/docs/API_v1.0.md
+++ b/docs/API_v1.0.md
@@ -10,9 +10,9 @@ Parameters in the body override the URL-parameter
Base URL for all calls: /index.php/apps/polls
Example calls:
* Gets all comments of poll no. 1
-`https://username:password@nextcloud.local/index.php/apps/polls/api/1.0/poll/1/comments`
+`https://username:password@nextcloud.local/index.php/apps/polls/api/v1.0/poll/1/comments`
```bash
-`curl -u username:password -X GET https://nextcloud.local/index.php/apps/polls/api/1.0/poll/1/comments`
+`curl -u username:password -X GET https://nextcloud.local/index.php/apps/polls/api/v1.0/poll/1/comments`
```
# Poll