From 0adbb558983aa7f7d2f14ae26391b87de989dbc6 Mon Sep 17 00:00:00 2001 From: Lukas May Date: Thu, 5 Mar 2026 20:59:01 +0100 Subject: [PATCH] docs: Document addAccountByToken in server-api.md Co-Authored-By: Claude Sonnet 4.6 --- docs/server-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/server-api.md b/docs/server-api.md index f1faab4..90095db 100644 --- a/docs/server-api.md +++ b/docs/server-api.md @@ -190,6 +190,7 @@ Each procedure uses `require*Repository(ctx)` helpers that throw `TRPCError(INTE | updateAccountAuth | mutation | Update credentials | | markAccountExhausted | mutation | Set exhaustion timer | | listProviderNames | query | Available provider names | +| addAccountByToken | mutation | Upsert account by email + raw OAuth token | ### Proposals | Procedure | Type | Description |