You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/transactional.json
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@
177
177
},
178
178
"swagger": "2.0",
179
179
"info": {
180
-
"version": "1.0.50",
180
+
"version": "1.0.51",
181
181
"title": "Mailchimp Transactional API",
182
182
"contact": {
183
183
"name": "API Support",
@@ -191,7 +191,6 @@
191
191
"consumes": ["application/json"],
192
192
"produces": [
193
193
"application/json",
194
-
"application/xml",
195
194
"application/x-php",
196
195
"application/x-yaml; charset=utf-8"
197
196
],
@@ -3046,7 +3045,7 @@
3046
3045
},
3047
3046
"template_name": {
3048
3047
"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."
0 commit comments