From ea11f701aae4b086e1ce715c63fba56b82dcc58b Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Tue, 4 Aug 2020 12:26:41 +0200 Subject: [PATCH] Fix syntax in request flow --- docs/request-flow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/request-flow.md b/docs/request-flow.md index ed2d9a6938..268aaa2a71 100644 --- a/docs/request-flow.md +++ b/docs/request-flow.md @@ -59,7 +59,7 @@ sequenceDiagram opt oc10 endpoint is configured Note over proxy,oc10: Check if user exists in oc10 - proxy->>+oc10: GET /apps/graphapi/v1.0/users/ + proxy->>+oc10: GET /apps/graphapi/v1.0/users/<uuid> opt user exists in oc10 oc10-->>-proxy: 200 %% TODO auth using internal token @@ -93,4 +93,4 @@ sequenceDiagram proxy-->>-client: Multistatus response client-->>-user: List of Files X, Y, Z ... -{{< /mermaid >}} \ No newline at end of file +{{< /mermaid >}}