File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
tests/CTS/requests/search Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,11 @@ userID:
3232 pattern : ' ^[a-zA-Z0-9 \-*.]+$'
3333 description : Unique identifier of the user who makes the search request.
3434 example : user1
35+
36+ getVersion :
37+ name : getVersion
38+ description : When set to 2, the endpoint will no include `synonyms` in the response. This parameter is here for backward compatibility.
39+ in : query
40+ schema :
41+ type : integer
42+ default : 1
Original file line number Diff line number Diff line change 99 summary : Retrieve index settings
1010 parameters :
1111 - $ref : ' ../../../common/parameters.yml#/IndexName'
12+ - $ref : ' ../../common/parameters.yml#/getVersion'
1213 responses :
1314 ' 200 ' :
1415 description : OK
Original file line number Diff line number Diff line change 11[
22 {
33 "parameters" : {
4- "indexName" : " cts_e2e_settings"
4+ "indexName" : " cts_e2e_settings" ,
5+ "getVersion" : 2
56 },
67 "request" : {
78 "path" : " /1/indexes/cts_e2e_settings/settings" ,
8- "method" : " GET"
9+ "method" : " GET" ,
10+ "queryParameters" : {
11+ "getVersion" : " 2"
12+ }
913 },
1014 "response" : {
1115 "statusCode" : 200 ,
You can’t perform that action at this time.
0 commit comments