Content
View differences
Updated by Dominic Bräunlein 4 months ago
```text
curl -s -X GET "https://nextcloud.openproject.org/ocs/v1.php/cloud/capabilities" \
-H "Accept: application/json" \
-H "OCS-APIRequest: true" | jq .
```
curl -s -X GET "https://nextcloud.openproject.org/ocs/v1.php/cloud/capabilities" \
-H "Accept: application/json" \
-H "OCS-APIRequest: true" | jq .
```