We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f675e19 commit 2df3780Copy full SHA for 2df3780
1 file changed
docs/API_v1.0.md
@@ -31,15 +31,15 @@ _File → Import Collection → OpenAPI V3 → select `openapi.json`_
31
All endpoints are served under:
32
33
```
34
-/index.php/apps/polls
+/ocs/v2.php/apps/polls
35
36
37
## Authentication
38
39
Standard Nextcloud authentication applies (Basic Auth, App Passwords, session cookies).
40
41
```bash
42
-curl -u username:password https://nextcloud.example.com/index.php/apps/polls/api/v1.0/polls
+curl -u username:password https://nextcloud.example.com/ocs/v2.php/apps/polls/api/v1.0/polls
43
44
45
## Available enum values
0 commit comments