docs: clarify Gmail OAuth setup and required scopes (#185)

This commit is contained in:
Shaheer Sarfaraz
2026-02-18 13:44:25 +00:00
committed by GitHub
parent 63bf5bdc87
commit 625264c3a2
6 changed files with 118 additions and 5 deletions
+2 -2
View File
@@ -86,8 +86,8 @@ orchestrator/
| POST | `/api/post-application/inbox/:id/approve` | Approve and link to job |
| POST | `/api/post-application/inbox/:id/deny` | Ignore message |
| GET | `/api/post-application/runs` | List sync run history |
| POST | `/api/post-application/gmail/connect` | Initiate Gmail OAuth flow |
| GET | `/api/post-application/gmail/callback` | Gmail OAuth callback |
| GET | `/api/post-application/providers/gmail/oauth/start` | Initiate Gmail OAuth flow |
| POST | `/api/post-application/providers/gmail/oauth/exchange` | Exchange OAuth code |
## Daily Flow