@@ -26,6 +26,8 @@ components:
2626 - integer
2727 - 'null'
2828 statement_descriptor:
29+ description: 'Statement descriptor supports up to 22 alphanumeric characters,
30+ spaces, and these special characters: & , . - #.'
2931 type:
3032 - string
3133 - 'null'
@@ -791,7 +793,11 @@ components:
791793
792794 * `product` - Product
793795
794- * `variant` - Variant'
796+ * `variant` - Variant
797+
798+ * `blog` - Blog
799+
800+ * `page` - Page'
795801 enum:
796802 - attribution
797803 - customer
@@ -800,8 +806,10 @@ components:
800806 - order
801807 - product
802808 - variant
809+ - blog
810+ - page
803811 type: string
804- x-spec-enum-id: 710fa42e3a1fe82c
812+ x-spec-enum-id: 06e58adfbb02ad1f
805813 type:
806814 description: 'Expected data type.
807815
@@ -1779,6 +1787,10 @@ components:
17791787 type:
17801788 - string
17811789 - 'null'
1790+ metadata:
1791+ oneOf:
1792+ - {}
1793+ - type: 'null'
17821794 slug:
17831795 type:
17841796 - string
@@ -2113,7 +2125,11 @@ components:
21132125
21142126 * `product` - Product
21152127
2116- * `variant` - Variant'
2128+ * `variant` - Variant
2129+
2130+ * `blog` - Blog
2131+
2132+ * `page` - Page'
21172133 enum:
21182134 - attribution
21192135 - customer
@@ -2122,8 +2138,10 @@ components:
21222138 - order
21232139 - product
21242140 - variant
2141+ - blog
2142+ - page
21252143 type: string
2126- x-spec-enum-id: 710fa42e3a1fe82c
2144+ x-spec-enum-id: 06e58adfbb02ad1f
21272145 type:
21282146 description: 'Expected data type.
21292147
@@ -4244,6 +4262,10 @@ components:
42444262 type:
42454263 - string
42464264 - 'null'
4265+ metadata:
4266+ oneOf:
4267+ - {}
4268+ - type: 'null'
42474269 slug:
42484270 readOnly: true
42494271 type: string
@@ -4785,6 +4807,10 @@ components:
47854807 type:
47864808 - string
47874809 - 'null'
4810+ metadata:
4811+ oneOf:
4812+ - {}
4813+ - type: 'null'
47884814 slug:
47894815 type:
47904816 - string
@@ -5083,7 +5109,11 @@ components:
50835109
50845110 * `product` - Product
50855111
5086- * `variant` - Variant'
5112+ * `variant` - Variant
5113+
5114+ * `blog` - Blog
5115+
5116+ * `page` - Page'
50875117 enum:
50885118 - attribution
50895119 - customer
@@ -5092,8 +5122,10 @@ components:
50925122 - order
50935123 - product
50945124 - variant
5125+ - blog
5126+ - page
50955127 type: string
5096- x-spec-enum-id: 710fa42e3a1fe82c
5128+ x-spec-enum-id: 06e58adfbb02ad1f
50975129 validations:
50985130 items:
50995131 $ref: '#/components/schemas/Validation'
@@ -5891,6 +5923,8 @@ components:
58915923 default: true
58925924 type: boolean
58935925 statement_descriptor:
5926+ description: 'Statement descriptor supports up to 22 alphanumeric characters,
5927+ spaces, and these special characters: & , . - #.'
58945928 type:
58955929 - string
58965930 - 'null'
@@ -7694,6 +7728,8 @@ components:
76947728 - integer
76957729 - 'null'
76967730 statement_descriptor:
7731+ description: 'Statement descriptor supports up to 22 alphanumeric characters,
7732+ spaces, and these special characters: & , . - #.'
76977733 type:
76987734 - string
76997735 - 'null'
@@ -8593,7 +8629,11 @@ components:
85938629
85948630 * `product` - Product
85958631
8596- * `variant` - Variant'
8632+ * `variant` - Variant
8633+
8634+ * `blog` - Blog
8635+
8636+ * `page` - Page'
85978637 enum:
85988638 - attribution
85998639 - customer
@@ -8602,8 +8642,10 @@ components:
86028642 - order
86038643 - product
86048644 - variant
8645+ - blog
8646+ - page
86058647 type: string
8606- x-spec-enum-id: 710fa42e3a1fe82c
8648+ x-spec-enum-id: 06e58adfbb02ad1f
86078649 validations:
86088650 items:
86098651 $ref: '#/components/schemas/Validation'
@@ -12582,22 +12624,28 @@ paths:
1258212624
1258312625 * `product` - Product
1258412626
12585- * `variant` - Variant'
12627+ * `variant` - Variant
12628+
12629+ * `blog` - Blog
12630+
12631+ * `page` - Page'
1258612632 explode: true
1258712633 in: query
1258812634 name: object
1258912635 schema:
1259012636 items:
1259112637 enum:
1259212638 - attribution
12639+ - blog
1259312640 - customer
1259412641 - dispute
1259512642 - line
1259612643 - order
12644+ - page
1259712645 - product
1259812646 - variant
1259912647 type: string
12600- x-spec-enum-id: 710fa42e3a1fe82c
12648+ x-spec-enum-id: 06e58adfbb02ad1f
1260112649 type: array
1260212650 style: form
1260312651 - description: Metadata Key
@@ -14027,6 +14075,11 @@ paths:
1402714075 description: Retrieve a list of pages.
1402814076 operationId: pagesList
1402914077 parameters:
14078+ - description: Title
14079+ in: query
14080+ name: title
14081+ schema:
14082+ type: string
1403014083 - description: The pagination cursor value.
1403114084 in: query
1403214085 name: cursor
0 commit comments