update_a_message
Updates an existing email message record by modifying fields like sender name, subject, content, and reply-to address.
Instructions
🟡 WRITE · updates data · Messages · PUT /messages/{id}
Update a message
Modifies an existing record in place. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the message to update | |
| body | No | Request body (application/json). |