Skip to content

Commit e7094b7

Browse files
committed
[Weekly deploy] Updating docs.
1 parent 22bd1b5 commit e7094b7

File tree

1 file changed

+35
-9
lines changed

1 file changed

+35
-9
lines changed

spec/marketing.json

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,32 @@
1616
"/activity-feed/chimp-chatter"
1717
]
1818
},
19+
"audiences": {
20+
"title": "Audiences",
21+
"description": "A collection of lists/audiences",
22+
"paths": [
23+
"/audiences",
24+
"/audiences/{audience_id}"
25+
],
26+
"subResources": [
27+
"audiences-contacts",
28+
"audiences-contact-privacy-remove"
29+
]
30+
},
31+
"audiences-contacts": {
32+
"title": "Contacts",
33+
"description": "A collection of contacts for an audience",
34+
"paths": [
35+
"/audiences/{audience_id}/contacts",
36+
"/audiences/{audience_id}/contacts/{contact_id}",
37+
"/audiences/{audience_id}/contacts/{contact_id}/actions/archive",
38+
"/audiences/{audience_id}/contacts/{contact_id}/actions/forget"
39+
],
40+
"subResources": [
41+
"audiences-contacts-tags",
42+
"audiences-contact-events"
43+
]
44+
},
1945
"authorized-apps": {
2046
"title": "Authorized Apps",
2147
"description": "Manage registered, connected apps for your Mailchimp account with the Authorized Apps endpoints.",
@@ -813,7 +839,7 @@
813839
},
814840
"swagger": "2.0",
815841
"info": {
816-
"version": "3.0.84",
842+
"version": "3.0.85",
817843
"title": "Mailchimp Marketing API",
818844
"contact": {
819845
"name": "Mailchimp API Support",
@@ -99356,7 +99382,7 @@
9935699382
"type": "string",
9935799383
"title": "Phone",
9935899384
"description": "The store phone number.",
99359-
"example": "404-444-4444"
99385+
"example": "+16155550128"
9936099386
},
9936199387
"address": {
9936299388
"type": "object",
@@ -99824,7 +99850,7 @@
9982499850
"type": "string",
9982599851
"title": "Phone",
9982699852
"description": "The store phone number.",
99827-
"example": "404-444-4444"
99853+
"example": "+16155550128"
9982899854
},
9982999855
"address": {
9983099856
"type": "object",
@@ -99975,7 +100001,7 @@
99975100001
"type": "string",
99976100002
"title": "Phone",
99977100003
"description": "The store phone number.",
99978-
"example": "404-444-4444"
100004+
"example": "+16155550128"
99979100005
},
99980100006
"address": {
99981100007
"type": "object",
@@ -100409,7 +100435,7 @@
100409100435
"type": "string",
100410100436
"title": "Phone",
100411100437
"description": "The store phone number.",
100412-
"example": "404-444-4444"
100438+
"example": "+16155550128"
100413100439
},
100414100440
"address": {
100415100441
"type": "object",
@@ -100804,7 +100830,7 @@
100804100830
"type": "string",
100805100831
"title": "Phone",
100806100832
"description": "The store phone number.",
100807-
"example": "404-444-4444"
100833+
"example": "+16155550128"
100808100834
},
100809100835
"address": {
100810100836
"type": "object",
@@ -100955,7 +100981,7 @@
100955100981
"type": "string",
100956100982
"title": "Phone",
100957100983
"description": "The store phone number.",
100958-
"example": "404-444-4444"
100984+
"example": "+16155550128"
100959100985
},
100960100986
"address": {
100961100987
"type": "object",
@@ -112460,7 +112486,7 @@
112460112486
"type": "string",
112461112487
"title": "Phone Number",
112462112488
"description": "The phone number for the order's shipping address.",
112463-
"example": "+18004468848"
112489+
"example": "+16155550128"
112464112490
},
112465112491
"company": {
112466112492
"type": "string",
@@ -112543,7 +112569,7 @@
112543112569
"type": "string",
112544112570
"title": "Phone Number",
112545112571
"description": "The phone number for the billing address",
112546-
"example": "+18004468848"
112572+
"example": "+16155550128"
112547112573
},
112548112574
"company": {
112549112575
"type": "string",

0 commit comments

Comments
 (0)