Skip to content

Commit db9b1b4

Browse files
committed
Weekly deploy 4/23/26
1 parent 2fbe5a4 commit db9b1b4

1 file changed

Lines changed: 77 additions & 8 deletions

File tree

spec/marketing.json

Lines changed: 77 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25294,6 +25294,14 @@
2529425294
"description": "Return the `resend_shortcut_eligibility` field in the response, which tells you if the campaign is eligible for the various Campaign Resend Shortcuts offered.",
2529525295
"required": false,
2529625296
"type": "boolean"
25297+
},
25298+
{
25299+
"name": "include_resend_shortcut_usage",
25300+
"x-title": "Include Resend Shortcut Usage",
25301+
"in": "query",
25302+
"description": "Return the `resend_shortcut_usage` field in the response. This includes information about campaigns related by a shortcut.",
25303+
"required": false,
25304+
"type": "boolean"
2529725305
}
2529825306
],
2529925307
"responses": {
@@ -59740,6 +59748,30 @@
5974059748
"required": false,
5974159749
"description": "Restrict results a type of interest group",
5974259750
"type": "string"
59751+
},
59752+
{
59753+
"name": "sort_field",
59754+
"x-title": "Sort By Field",
59755+
"description": "Returns interest categories sorted by the specified field. Defaults to display_order.",
59756+
"in": "query",
59757+
"required": false,
59758+
"type": "string",
59759+
"enum": [
59760+
"name",
59761+
"display_order"
59762+
]
59763+
},
59764+
{
59765+
"name": "sort_dir",
59766+
"x-title": "Sort Direction",
59767+
"description": "Determines the order direction for sorted results.",
59768+
"in": "query",
59769+
"required": false,
59770+
"type": "string",
59771+
"enum": [
59772+
"ASC",
59773+
"DESC"
59774+
]
5974359775
}
5974459776
],
5974559777
"responses": {
@@ -61808,6 +61840,19 @@
6180861840
"description": "Restrict results to segments update before the set time. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00.",
6180961841
"required": false,
6181061842
"type": "string"
61843+
},
61844+
{
61845+
"name": "exclude_type",
61846+
"x-title": "Exclude Segment Type",
61847+
"in": "query",
61848+
"description": "Exclude results based on segment type. For example, use `exclude_type=static` to exclude tags from the response.",
61849+
"required": false,
61850+
"type": "string",
61851+
"enum": [
61852+
"saved",
61853+
"static",
61854+
"fuzzy"
61855+
]
6181161856
}
6181261857
],
6181361858
"responses": {
@@ -113163,7 +113208,10 @@
113163113208
"title": "Product Variants",
113164113209
"description": "The list of product variants using the image.",
113165113210
"items": {
113166-
"type": "string"
113211+
"type": [
113212+
"string",
113213+
"integer"
113214+
]
113167113215
}
113168113216
}
113169113217
}
@@ -115386,7 +115434,10 @@
115386115434
"title": "Product Variants",
115387115435
"description": "The list of product variants using the image.",
115388115436
"items": {
115389-
"type": "string"
115437+
"type": [
115438+
"string",
115439+
"integer"
115440+
]
115390115441
}
115391115442
}
115392115443
}
@@ -118038,7 +118089,10 @@
118038118089
"title": "Product Variants",
118039118090
"description": "The list of product variants using the image.",
118040118091
"items": {
118041-
"type": "string"
118092+
"type": [
118093+
"string",
118094+
"integer"
118095+
]
118042118096
}
118043118097
}
118044118098
}
@@ -119477,7 +119531,10 @@
119477119531
"title": "Product Variants",
119478119532
"description": "The list of product variants using the image.",
119479119533
"items": {
119480-
"type": "string"
119534+
"type": [
119535+
"string",
119536+
"integer"
119537+
]
119481119538
}
119482119539
}
119483119540
}
@@ -120463,7 +120520,10 @@
120463120520
"title": "Product Variants",
120464120521
"description": "The list of product variants using the image.",
120465120522
"items": {
120466-
"type": "string"
120523+
"type": [
120524+
"string",
120525+
"integer"
120526+
]
120467120527
}
120468120528
}
120469120529
}
@@ -121035,7 +121095,10 @@
121035121095
"title": "Product Variants",
121036121096
"description": "The list of product variants using the image.",
121037121097
"items": {
121038-
"type": "string"
121098+
"type": [
121099+
"string",
121100+
"integer"
121101+
]
121039121102
}
121040121103
}
121041121104
}
@@ -123328,7 +123391,10 @@
123328123391
"title": "Product Variants",
123329123392
"description": "The list of product variants using the image.",
123330123393
"items": {
123331-
"type": "string"
123394+
"type": [
123395+
"string",
123396+
"integer"
123397+
]
123332123398
}
123333123399
}
123334123400
}
@@ -123721,7 +123787,10 @@
123721123787
"title": "Product Variants",
123722123788
"description": "The list of product variants using the image.",
123723123789
"items": {
123724-
"type": "string"
123790+
"type": [
123791+
"string",
123792+
"integer"
123793+
]
123725123794
}
123726123795
}
123727123796
}

0 commit comments

Comments
 (0)