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 |