Skip to content

Commit 74982df

Browse files
authored
Merge pull request #329 from webkod3r/send-template-update
Update messages/send-template to remove the template name reference
2 parents c8f201c + eef1695 commit 74982df

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Transactional
44

5+
### 1.0.51
6+
* Fixed `/messages/send-template` documentation where incorrectly referenced the template name usage.
7+
58
### 1.0.50
69
* Added a response parameter to /messages/send and /messages/send-template called 'queued_response' that details why an email was queued.
710

spec/transactional.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
},
178178
"swagger": "2.0",
179179
"info": {
180-
"version": "1.0.50",
180+
"version": "1.0.51",
181181
"title": "Mailchimp Transactional API",
182182
"contact": {
183183
"name": "API Support",
@@ -191,7 +191,6 @@
191191
"consumes": ["application/json"],
192192
"produces": [
193193
"application/json",
194-
"application/xml",
195194
"application/x-php",
196195
"application/x-yaml; charset=utf-8"
197196
],
@@ -3046,7 +3045,7 @@
30463045
},
30473046
"template_name": {
30483047
"type": "string",
3049-
"description": "the immutable name or slug of a template that exists in the user's account. For backwards-compatibility, the template name may also be used but the immutable slug is preferred."
3048+
"description": "the immutable slug of a template that exists in the user's account. Make sure you don't use the template name as this one might change."
30503049
},
30513050
"template_content": {
30523051
"type": "array",

0 commit comments

Comments
 (0)