Skip to content

Commit 09eba54

Browse files
author
shogren
committed
adding 'is_broken_template' response to some endpoints
1 parent 74982df commit 09eba54

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
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.52
6+
* Added the `is_broken_template` response to the /template endpoints that include it
7+
58
### 1.0.51
69
* Fixed `/messages/send-template` documentation where incorrectly referenced the template name usage.
710

spec/transactional.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
},
178178
"swagger": "2.0",
179179
"info": {
180-
"version": "1.0.51",
180+
"version": "1.0.52",
181181
"title": "Mailchimp Transactional API",
182182
"contact": {
183183
"name": "API Support",
@@ -7501,6 +7501,10 @@
75017501
"type": "string",
75027502
"format": "date-time",
75037503
"description": "the date and time the template was last modified as a UTC string in YYYY-MM-DD HH:MM:SS format"
7504+
},
7505+
"is_broken_template": {
7506+
"type": "boolean",
7507+
"description": "indicates if the template is malformed or corrupt"
75047508
}
75057509
}
75067510
}
@@ -7623,6 +7627,10 @@
76237627
"type": "string",
76247628
"format": "date-time",
76257629
"description": "the date and time the template was last modified as a UTC string in YYYY-MM-DD HH:MM:SS format"
7630+
},
7631+
"is_broken_template": {
7632+
"type": "boolean",
7633+
"description": "indicates if the template is malformed or corrupt"
76267634
}
76277635
}
76287636
}
@@ -7780,6 +7788,10 @@
77807788
"type": "string",
77817789
"format": "date-time",
77827790
"description": "the date and time the template was last modified as a UTC string in YYYY-MM-DD HH:MM:SS format"
7791+
},
7792+
"is_broken_template": {
7793+
"type": "boolean",
7794+
"description": "indicates if the template is malformed or corrupt"
77837795
}
77847796
}
77857797
}
@@ -7902,6 +7914,10 @@
79027914
"type": "string",
79037915
"format": "date-time",
79047916
"description": "the date and time the template was last modified as a UTC string in YYYY-MM-DD HH:MM:SS format"
7917+
},
7918+
"is_broken_template": {
7919+
"type": "boolean",
7920+
"description": "indicates if the template is malformed or corrupt"
79057921
}
79067922
}
79077923
}
@@ -8024,6 +8040,10 @@
80248040
"type": "string",
80258041
"format": "date-time",
80268042
"description": "the date and time the template was last modified as a UTC string in YYYY-MM-DD HH:MM:SS format"
8043+
},
8044+
"is_broken_template": {
8045+
"type": "boolean",
8046+
"description": "indicates if the template is malformed or corrupt"
80278047
}
80288048
}
80298049
}
@@ -8149,6 +8169,10 @@
81498169
"type": "string",
81508170
"format": "date-time",
81518171
"description": "the date and time the template was last modified as a UTC string in YYYY-MM-DD HH:MM:SS format"
8172+
},
8173+
"is_broken_template": {
8174+
"type": "boolean",
8175+
"description": "indicates if the template is malformed or corrupt"
81528176
}
81538177
}
81548178
}

0 commit comments

Comments
 (0)