File tree Expand file tree Collapse file tree 2 files changed +15
-21
lines changed Expand file tree Collapse file tree 2 files changed +15
-21
lines changed Original file line number Diff line number Diff line change 62
62
summary : List all A/B tests
63
63
description : Lists all A/B tests you configured for this application.
64
64
parameters :
65
- - $ref : ' ../../common/parameters.yml#/Offset'
66
- - $ref : ' ../../common/parameters.yml#/Limit'
65
+ - name : offset
66
+ in : query
67
+ description : Position of the first item to return.
68
+ required : false
69
+ schema :
70
+ type : integer
71
+ default : 0
72
+ minimum : 0
73
+ - name : limit
74
+ in : query
75
+ description : Number of items to return.
76
+ required : false
77
+ schema :
78
+ type : integer
79
+ default : 10
67
80
- name : indexPrefix
68
81
in : query
69
82
description : Index name prefix. Only A/B tests for indices starting with this string are included in the response.
Original file line number Diff line number Diff line change @@ -104,25 +104,6 @@ HitsPerPage:
104
104
type : integer
105
105
default : 100
106
106
107
- Offset :
108
- in : query
109
- name : offset
110
- description : Position of the first item to return.
111
- required : false
112
- schema :
113
- type : integer
114
- default : 0
115
- minimum : 0
116
-
117
- Limit :
118
- in : query
119
- name : limit
120
- description : Number of items to return.
121
- required : false
122
- schema :
123
- type : integer
124
- default : 10
125
-
126
107
# misc
127
108
objectID :
128
109
type : string
You can’t perform that action at this time.
0 commit comments