Fix syntax in request flow

This commit is contained in:
Michael Barz
2020-08-04 12:26:41 +02:00
committed by GitHub
parent cef578008a
commit ea11f701aa

View File

@@ -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
@@ -93,4 +93,4 @@ sequenceDiagram
proxy-->>-client: Multistatus response
client-->>-user: List of Files X, Y, Z ...
{{< /mermaid >}}
{{< /mermaid >}}