Skip to content

Commit 959188a

Browse files
authored
Merge pull request mailchimp#290 from bradatmailchimp/SPART-1624
[SPART-1624] Update marketing docs for sync_tags for Batch POST Lists endpoint
2 parents 913ab93 + 1aa6bf4 commit 959188a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

spec/marketing.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@
752752
},
753753
"swagger": "2.0",
754754
"info": {
755-
"version": "3.0.73",
755+
"version": "3.0.74",
756756
"title": "Mailchimp Marketing API",
757757
"contact": {
758758
"name": "Mailchimp API Support",
@@ -53539,6 +53539,11 @@
5353953539
}
5354053540
}
5354153541
},
53542+
"sync_tags": {
53543+
"type": "boolean",
53544+
"title": "Sync Tags",
53545+
"description": "Whether this batch operation will replace all existing tags with tags in request."
53546+
},
5354253547
"update_existing": {
5354353548
"type": "boolean",
5354453549
"title": "Update Existing Members",
@@ -130383,4 +130388,4 @@
130383130388
"description": "Learn more with the full Mailchimp API documentation.",
130384130389
"url": "https://mailchimp.com/developer/marketing/"
130385130390
}
130386-
}
130391+
}

0 commit comments

Comments
 (0)