From 09eba54e09a1fe56f9ef76a667fd0a08f6cb41f9 Mon Sep 17 00:00:00 2001 From: shogren Date: Tue, 18 Jul 2023 10:19:15 -0400 Subject: [PATCH] adding 'is_broken_template' response to some endpoints --- CHANGELOG.md | 3 +++ spec/transactional.json | 26 +++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd9766..324789c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Transactional +### 1.0.52 +* Added the `is_broken_template` response to the /template endpoints that include it + ### 1.0.51 * Fixed `/messages/send-template` documentation where incorrectly referenced the template name usage. diff --git a/spec/transactional.json b/spec/transactional.json index 4e81a09..d150ce0 100644 --- a/spec/transactional.json +++ b/spec/transactional.json @@ -177,7 +177,7 @@ }, "swagger": "2.0", "info": { - "version": "1.0.51", + "version": "1.0.52", "title": "Mailchimp Transactional API", "contact": { "name": "API Support", @@ -7501,6 +7501,10 @@ "type": "string", "format": "date-time", "description": "the date and time the template was last modified as a UTC string in YYYY-MM-DD HH:MM:SS format" + }, + "is_broken_template": { + "type": "boolean", + "description": "indicates if the template is malformed or corrupt" } } } @@ -7623,6 +7627,10 @@ "type": "string", "format": "date-time", "description": "the date and time the template was last modified as a UTC string in YYYY-MM-DD HH:MM:SS format" + }, + "is_broken_template": { + "type": "boolean", + "description": "indicates if the template is malformed or corrupt" } } } @@ -7780,6 +7788,10 @@ "type": "string", "format": "date-time", "description": "the date and time the template was last modified as a UTC string in YYYY-MM-DD HH:MM:SS format" + }, + "is_broken_template": { + "type": "boolean", + "description": "indicates if the template is malformed or corrupt" } } } @@ -7902,6 +7914,10 @@ "type": "string", "format": "date-time", "description": "the date and time the template was last modified as a UTC string in YYYY-MM-DD HH:MM:SS format" + }, + "is_broken_template": { + "type": "boolean", + "description": "indicates if the template is malformed or corrupt" } } } @@ -8024,6 +8040,10 @@ "type": "string", "format": "date-time", "description": "the date and time the template was last modified as a UTC string in YYYY-MM-DD HH:MM:SS format" + }, + "is_broken_template": { + "type": "boolean", + "description": "indicates if the template is malformed or corrupt" } } } @@ -8149,6 +8169,10 @@ "type": "string", "format": "date-time", "description": "the date and time the template was last modified as a UTC string in YYYY-MM-DD HH:MM:SS format" + }, + "is_broken_template": { + "type": "boolean", + "description": "indicates if the template is malformed or corrupt" } } }