|
25294 | 25294 | "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.", |
25295 | 25295 | "required": false, |
25296 | 25296 | "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" |
25297 | 25305 | } |
25298 | 25306 | ], |
25299 | 25307 | "responses": { |
|
59740 | 59748 | "required": false, |
59741 | 59749 | "description": "Restrict results a type of interest group", |
59742 | 59750 | "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 | + ] |
59743 | 59775 | } |
59744 | 59776 | ], |
59745 | 59777 | "responses": { |
|
61808 | 61840 | "description": "Restrict results to segments update before the set time. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00.", |
61809 | 61841 | "required": false, |
61810 | 61842 | "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 | + ] |
61811 | 61856 | } |
61812 | 61857 | ], |
61813 | 61858 | "responses": { |
@@ -113163,7 +113208,10 @@ |
113163 | 113208 | "title": "Product Variants", |
113164 | 113209 | "description": "The list of product variants using the image.", |
113165 | 113210 | "items": { |
113166 | | - "type": "string" |
| 113211 | + "type": [ |
| 113212 | + "string", |
| 113213 | + "integer" |
| 113214 | + ] |
113167 | 113215 | } |
113168 | 113216 | } |
113169 | 113217 | } |
@@ -115386,7 +115434,10 @@ |
115386 | 115434 | "title": "Product Variants", |
115387 | 115435 | "description": "The list of product variants using the image.", |
115388 | 115436 | "items": { |
115389 | | - "type": "string" |
| 115437 | + "type": [ |
| 115438 | + "string", |
| 115439 | + "integer" |
| 115440 | + ] |
115390 | 115441 | } |
115391 | 115442 | } |
115392 | 115443 | } |
@@ -118038,7 +118089,10 @@ |
118038 | 118089 | "title": "Product Variants", |
118039 | 118090 | "description": "The list of product variants using the image.", |
118040 | 118091 | "items": { |
118041 | | - "type": "string" |
| 118092 | + "type": [ |
| 118093 | + "string", |
| 118094 | + "integer" |
| 118095 | + ] |
118042 | 118096 | } |
118043 | 118097 | } |
118044 | 118098 | } |
@@ -119477,7 +119531,10 @@ |
119477 | 119531 | "title": "Product Variants", |
119478 | 119532 | "description": "The list of product variants using the image.", |
119479 | 119533 | "items": { |
119480 | | - "type": "string" |
| 119534 | + "type": [ |
| 119535 | + "string", |
| 119536 | + "integer" |
| 119537 | + ] |
119481 | 119538 | } |
119482 | 119539 | } |
119483 | 119540 | } |
@@ -120463,7 +120520,10 @@ |
120463 | 120520 | "title": "Product Variants", |
120464 | 120521 | "description": "The list of product variants using the image.", |
120465 | 120522 | "items": { |
120466 | | - "type": "string" |
| 120523 | + "type": [ |
| 120524 | + "string", |
| 120525 | + "integer" |
| 120526 | + ] |
120467 | 120527 | } |
120468 | 120528 | } |
120469 | 120529 | } |
@@ -121035,7 +121095,10 @@ |
121035 | 121095 | "title": "Product Variants", |
121036 | 121096 | "description": "The list of product variants using the image.", |
121037 | 121097 | "items": { |
121038 | | - "type": "string" |
| 121098 | + "type": [ |
| 121099 | + "string", |
| 121100 | + "integer" |
| 121101 | + ] |
121039 | 121102 | } |
121040 | 121103 | } |
121041 | 121104 | } |
@@ -123328,7 +123391,10 @@ |
123328 | 123391 | "title": "Product Variants", |
123329 | 123392 | "description": "The list of product variants using the image.", |
123330 | 123393 | "items": { |
123331 | | - "type": "string" |
| 123394 | + "type": [ |
| 123395 | + "string", |
| 123396 | + "integer" |
| 123397 | + ] |
123332 | 123398 | } |
123333 | 123399 | } |
123334 | 123400 | } |
@@ -123721,7 +123787,10 @@ |
123721 | 123787 | "title": "Product Variants", |
123722 | 123788 | "description": "The list of product variants using the image.", |
123723 | 123789 | "items": { |
123724 | | - "type": "string" |
| 123790 | + "type": [ |
| 123791 | + "string", |
| 123792 | + "integer" |
| 123793 | + ] |
123725 | 123794 | } |
123726 | 123795 | } |
123727 | 123796 | } |
|
0 commit comments