Skip to content

Commit

Permalink
Merge pull request #329 from webkod3r/send-template-update
Browse files Browse the repository at this point in the history
Update messages/send-template to remove the template name reference
  • Loading branch information
shogren authored Jul 10, 2023
2 parents c8f201c + eef1695 commit 74982df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Transactional

### 1.0.51
* Fixed `/messages/send-template` documentation where incorrectly referenced the template name usage.

### 1.0.50
* Added a response parameter to /messages/send and /messages/send-template called 'queued_response' that details why an email was queued.

Expand Down
5 changes: 2 additions & 3 deletions spec/transactional.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
},
"swagger": "2.0",
"info": {
"version": "1.0.50",
"version": "1.0.51",
"title": "Mailchimp Transactional API",
"contact": {
"name": "API Support",
Expand All @@ -191,7 +191,6 @@
"consumes": ["application/json"],
"produces": [
"application/json",
"application/xml",
"application/x-php",
"application/x-yaml; charset=utf-8"
],
Expand Down Expand Up @@ -3046,7 +3045,7 @@
},
"template_name": {
"type": "string",
"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."
"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."
},
"template_content": {
"type": "array",
Expand Down

0 comments on commit 74982df

Please sign in to comment.