appwrite/docs/examples/1.6.x/server-rest/examples/messaging/update-email.md
2024-07-03 17:25:40 +02:00

430 B

PATCH /v1/messaging/messages/email/{messageId} HTTP/1.1 Host: cloud.appwrite.io Content-Type: application/json X-Appwrite-Response-Format: 1.5.0 X-Appwrite-Project: <YOUR_PROJECT_ID> X-Appwrite-Key: <YOUR_API_KEY>

{ "topics": [], "users": [], "targets": [], "subject": "", "content": "", "draft": false, "html": false, "cc": [], "bcc": [], "scheduledAt": , "attachments": [] }