From 8d4d30dd66a079692dff2d2ed44ba4535e1d1ac3 Mon Sep 17 00:00:00 2001 From: HeyiSun <31991990+HeyiSun@users.noreply.github.com> Date: Sun, 6 Sep 2026 18:21:18 +0800 Subject: [PATCH] docs: fix volume-content diagram rendering --- docs/ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 38cf80db97..4785d9a8ce 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -381,7 +381,7 @@ sequenceDiagram API->>PG: persist / load volume row API->>API: mint JWT (aud = https://api.<domain>)
resolve domain API-->>U: { volumeID, name, token, domain? } - Note over U: domain is returned only for BYOC teams;
SDK stores it and falls back to api.<E2B_DOMAIN> otherwise + Note over U: domain is returned only for BYOC teams#59;
SDK stores it and falls back to api.<E2B_DOMAIN> otherwise U->>VC: /volumecontent/{id}/... at api.<domain>
Authorization: Bearer token VC->>VC: verify token (audience must match its own origin) VC-->>U: file content