PATCH /api/mail/message/:id
| Method | PATCH |
| Path | /api/mail/message/:id |
| Group | |
| Auth | session cookie |
| Source | shared/api-core/src/routes/mail.ts |
Call it
curl -X PATCH https://zeqsdk.com/api/mail/message/:id \
-H "Content-Type: application/json" \
-d '{}'
Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.
Reference
- Group: Mail
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.