From 848bc32ce39ecce158f493f8595b6f9537d2d0fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Gieling?= Date: Tue, 24 Nov 2020 23:24:48 +0100 Subject: Update API_v1.0.md --- docs/API_v1.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3