Skip to content

Commit 3b52e85

Browse files
committed
fix: reference
1 parent efa672a commit 3b52e85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specs/abtesting/spec.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tags:
7979
description: |
8080
Manage A/B tests.
8181
82-
A/B tests are configurations of two indices, usually your production index and an index with different settings that you want to test.
82+
A/B tests are configurations one or more indices, usually your production index and an index with different settings that you want to test.
8383
x-tagGroups:
8484
- name: General
8585
tags:
@@ -99,6 +99,8 @@ paths:
9999
$ref: 'paths/stopABTest.yml'
100100
/2/abtests/schedule:
101101
$ref: 'paths/scheduleABTest.yml'
102+
/2/abtests/estimate:
103+
$ref: 'paths/estimate.yml'
102104

103105
# ###############
104106
# ### Helpers ###

0 commit comments

Comments
 (0)