struct Mailjet::Template::UpdateResponse
- Mailjet::Template::UpdateResponse
- 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.",
...
})
Included Modules
- JSON::Serializable
- Mailjet::Json::Fields