From 9653f6fe1b382c97c162c3131005134f37f0fee7 Mon Sep 17 00:00:00 2001 From: Alex Unger Date: Thu, 5 Mar 2020 13:35:16 +0100 Subject: [PATCH] add missing step --- docs/bridge.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/bridge.md b/docs/bridge.md index 168490d55..bba45075d 100644 --- a/docs/bridge.md +++ b/docs/bridge.md @@ -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