Merge pull request #131 from owncloud/refs-patch-1

Add missing step
This commit is contained in:
Jörn Friedrich Dreyer
2020-03-05 15:22:10 +01:00
committed by GitHub
+6
View File
@@ -26,6 +26,12 @@ $ cd graphapi
$ composer install
```
### Enable the graphapi app
```
occ a:e graphapi
```
No configuration necessary. You can test with `curl`:
```console
$ curl https://cloud.example.com/index.php/apps/graphapi/v1.0/users -u admin | jq