We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa672a commit 3b52e85Copy full SHA for 3b52e85
specs/abtesting/spec.yml
@@ -79,7 +79,7 @@ tags:
79
description: |
80
Manage A/B tests.
81
82
- A/B tests are configurations of two indices, usually your production index and an index with different settings that you want to test.
+ A/B tests are configurations one or more indices, usually your production index and an index with different settings that you want to test.
83
x-tagGroups:
84
- name: General
85
tags:
@@ -99,6 +99,8 @@ paths:
99
$ref: 'paths/stopABTest.yml'
100
/2/abtests/schedule:
101
$ref: 'paths/scheduleABTest.yml'
102
+ /2/abtests/estimate:
103
+ $ref: 'paths/estimate.yml'
104
105
# ###############
106
# ### Helpers ###
0 commit comments