struct Mailjet::Template::UpdatePath
- Mailjet::Template::UpdatePath
- Mailjet::Path
- Struct
- Value
- Object
Overview
Update a template
template = Mailjet::Template.update(123456789, {
author: "John Doe",
categories: [
"commerce",
],
copyright: "John Doe",
description: "Used for discount promotion.",
...
})