Messages
Update basic Email message
The method is used for updating the basic Email message.
put/api/v1/messages/email/{id}
Path parameters
idinteger required
Email message id
Request body
Example request
{
"from": "\"John Smith\" John.Smith@example.com",
"subject": "Thanks for signing up",
"translations": [
{
"from": "\"John Smith\" John.Smith@example.com",
"subject": "Thanks for signing up"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.