File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -156,3 +156,14 @@ createMetric:
156
156
- name : conversionRate
157
157
- name : clickThroughRate
158
158
- name : trackedSearchCount
159
+
160
+ direction :
161
+ type : string
162
+ description : |
163
+ Sort order for A/B tests by start date.
164
+ Use 'asc' for ascending or 'desc' for descending.
165
+ Active A/B tests are always listed first.
166
+ enum :
167
+ - asc
168
+ - desc
169
+ example : desc
Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ variant:
29
29
$ref : ' #/metrics'
30
30
metadata :
31
31
$ref : ' #/variantMetadata'
32
+ customSearchParameters :
33
+ type : object
34
+ description : |
35
+ Search parameters applied to this variant when the same index is used for multiple variants.
36
+ Only present if custom search parameters were provided during test creation.
37
+ example : {'enablePersonalization': true, 'personalizationImpact': 50}
32
38
33
39
required :
34
40
- index
Original file line number Diff line number Diff line change 96
96
example : ' _development'
97
97
schema :
98
98
type : string
99
+ - name : direction
100
+ in : query
101
+ description : |
102
+ Sort order for A/B tests by start date.
103
+ Use 'asc' for ascending or 'desc' for descending. Active A/B tests are always listed first.
104
+ example : desc
105
+ schema :
106
+ $ref : ' ../common/parameters.yml#/direction'
99
107
responses :
100
108
' 200 ' :
101
109
description : OK
You can’t perform that action at this time.
0 commit comments