Skip to content

Commit

Permalink
Fix syntax in request flow
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar authored Aug 4, 2020
1 parent cef5780 commit ea11f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/request-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<uuid>
proxy->>+oc10: GET /apps/graphapi/v1.0/users/&lt;uuid&gt;
opt user exists in oc10
oc10-->>-proxy: 200
%% TODO auth using internal token
Expand Down Expand Up @@ -93,4 +93,4 @@ sequenceDiagram
proxy-->>-client: Multistatus response

client-->>-user: List of Files X, Y, Z ...
{{< /mermaid >}}
{{< /mermaid >}}

0 comments on commit ea11f70

Please sign in to comment.