@@ -1068,63 +1068,63 @@ components:
1068
1068
cat.aliases::query.expand_wildcards :
1069
1069
in : query
1070
1070
name : expand_wildcards
1071
- description : Whether to expand wildcard expression to concrete indexes that are open, closed or both.
1071
+ description : Expands wildcard expressions to concrete indexes. Combine multiple values with commas. Supported values are `all`, ` open`, ` closed`, `hidden`, and `none`.
1072
1072
schema :
1073
1073
$ref : ' ../schemas/_common.yaml#/components/schemas/ExpandWildcards'
1074
1074
style : form
1075
1075
cat.aliases::query.format :
1076
1076
name : format
1077
1077
in : query
1078
- description : A short version of the Accept header (for example, `json`, `yaml`) .
1078
+ description : A short version of the ` Accept` header, such as `json` or `yaml`.
1079
1079
schema :
1080
1080
type : string
1081
- description : A short version of the Accept header (for example, `json`, `yaml`) .
1081
+ description : A short version of the ` Accept` header, such as `json` or `yaml`.
1082
1082
cat.aliases::query.h :
1083
1083
name : h
1084
1084
in : query
1085
- description : Comma -separated list of column names to display.
1085
+ description : A comma -separated list of column names to display.
1086
1086
style : form
1087
1087
schema :
1088
1088
type : array
1089
1089
items :
1090
1090
type : string
1091
- description : Comma -separated list of column names to display.
1091
+ description : A comma -separated list of column names to display.
1092
1092
explode : true
1093
1093
cat.aliases::query.help :
1094
1094
name : help
1095
1095
in : query
1096
- description : Return help information.
1096
+ description : Returns help information.
1097
1097
schema :
1098
- description : Return help information.
1098
+ description : Returns help information.
1099
1099
type : boolean
1100
1100
default : false
1101
1101
cat.aliases::query.local :
1102
1102
name : local
1103
1103
in : query
1104
- description : Return local information, do not retrieve the state from cluster- manager node.
1104
+ description : Whether to return information from the local node only instead of from the cluster manager node.
1105
1105
schema :
1106
1106
type : boolean
1107
1107
default : false
1108
- description : Return local information, do not retrieve the state from cluster- manager node.
1108
+ description : Whether to return information from the local node only instead of from the cluster manager node.
1109
1109
cat.aliases::query.s :
1110
1110
name : s
1111
1111
in : query
1112
- description : Comma -separated list of column names or column aliases to sort by.
1112
+ description : A comma -separated list of column names or column aliases to sort by.
1113
1113
style : form
1114
1114
schema :
1115
1115
type : array
1116
1116
items :
1117
1117
type : string
1118
- description : Comma -separated list of column names or column aliases to sort by.
1118
+ description : A comma -separated list of column names or column aliases to sort by.
1119
1119
explode : true
1120
1120
cat.aliases::query.v :
1121
1121
name : v
1122
1122
in : query
1123
- description : Verbose mode. Display column headers.
1123
+ description : Enables verbose mode, which displays column headers.
1124
1124
schema :
1125
1125
type : boolean
1126
1126
default : false
1127
- description : Verbose mode. Display column headers.
1127
+ description : Enables verbose mode, which displays column headers.
1128
1128
cat.all_pit_segments::query.bytes :
1129
1129
name : bytes
1130
1130
in : query
@@ -1179,63 +1179,63 @@ components:
1179
1179
cat.allocation::path.node_id :
1180
1180
in : path
1181
1181
name : node_id
1182
- description : Comma -separated list of node identifiers or names used to limit the returned information.
1182
+ description : A comma -separated list of node IDs or names used to limit the returned information.
1183
1183
required : true
1184
1184
schema :
1185
1185
$ref : ' ../schemas/_common.yaml#/components/schemas/NodeIds'
1186
1186
style : simple
1187
1187
cat.allocation::query.bytes :
1188
1188
in : query
1189
1189
name : bytes
1190
- description : The unit used to display byte values.
1190
+ description : The units used to display byte values.
1191
1191
schema :
1192
1192
$ref : ' ../schemas/_common.yaml#/components/schemas/ByteUnit'
1193
1193
style : form
1194
1194
cat.allocation::query.cluster_manager_timeout :
1195
1195
name : cluster_manager_timeout
1196
1196
in : query
1197
- description : Operation timeout for connection to cluster- manager node.
1197
+ description : A timeout for connection to the cluster manager node.
1198
1198
schema :
1199
1199
$ref : ' ../schemas/_common.yaml#/components/schemas/Duration'
1200
1200
x-version-added : ' 2.0'
1201
1201
cat.allocation::query.format :
1202
1202
name : format
1203
1203
in : query
1204
- description : A short version of the Accept header (for example, `json`, `yaml`) .
1204
+ description : A short version of the HTTP ` Accept` header, such as `json` or `yaml`.
1205
1205
schema :
1206
1206
type : string
1207
- description : A short version of the Accept header (for example, `json`, `yaml`) .
1207
+ description : A short version of the HTTP ` Accept` header, such as `json` or `yaml`.
1208
1208
cat.allocation::query.h :
1209
1209
name : h
1210
1210
in : query
1211
- description : Comma -separated list of column names to display.
1211
+ description : A comma -separated list of column names to display.
1212
1212
style : form
1213
1213
schema :
1214
1214
type : array
1215
1215
items :
1216
1216
type : string
1217
- description : Comma -separated list of column names to display.
1217
+ description : A comma -separated list of column names to display.
1218
1218
explode : true
1219
1219
cat.allocation::query.help :
1220
1220
name : help
1221
1221
in : query
1222
- description : Return help information.
1222
+ description : Returns help information.
1223
1223
schema :
1224
1224
type : boolean
1225
1225
default : false
1226
- description : Return help information.
1226
+ description : Returns help information.
1227
1227
cat.allocation::query.local :
1228
1228
name : local
1229
1229
in : query
1230
- description : Return local information, do not retrieve the state from cluster-manager node.
1230
+ description : Returns local information but does not retrieve the state from cluster-manager node.
1231
1231
schema :
1232
1232
type : boolean
1233
1233
default : false
1234
- description : Return local information, do not retrieve the state from cluster-manager node.
1234
+ description : Returns local information but does not retrieve the state from cluster-manager node.
1235
1235
cat.allocation::query.master_timeout :
1236
1236
name : master_timeout
1237
1237
in : query
1238
- description : Operation timeout for connection to cluster- manager node.
1238
+ description : A timeout for connection to the cluster manager node.
1239
1239
schema :
1240
1240
$ref : ' ../schemas/_common.yaml#/components/schemas/Duration'
1241
1241
x-version-deprecated : ' 2.0'
@@ -1244,46 +1244,46 @@ components:
1244
1244
cat.allocation::query.s :
1245
1245
name : s
1246
1246
in : query
1247
- description : Comma -separated list of column names or column aliases to sort by.
1247
+ description : A comma -separated list of column names or column aliases to sort by.
1248
1248
style : form
1249
1249
schema :
1250
1250
type : array
1251
1251
items :
1252
1252
type : string
1253
- description : Comma -separated list of column names or column aliases to sort by.
1253
+ description : A comma -separated list of column names or column aliases to sort by.
1254
1254
explode : true
1255
1255
cat.allocation::query.v :
1256
1256
name : v
1257
1257
in : query
1258
- description : Verbose mode. Display column headers.
1258
+ description : Enables verbose mode, which displays column headers.
1259
1259
schema :
1260
1260
type : boolean
1261
1261
default : false
1262
- description : Verbose mode. Display column headers.
1262
+ description : Enables verbose mode, which displays column headers.
1263
1263
cat.cluster_manager::query.cluster_manager_timeout :
1264
1264
name : cluster_manager_timeout
1265
1265
in : query
1266
- description : Operation timeout for connection to cluster- manager node.
1266
+ description : A timeout for connection to the cluster manager node.
1267
1267
schema :
1268
1268
$ref : ' ../schemas/_common.yaml#/components/schemas/Duration'
1269
1269
x-version-added : ' 2.0'
1270
1270
cat.cluster_manager::query.format :
1271
1271
name : format
1272
1272
in : query
1273
- description : A short version of the Accept header (for example, `json`, `yaml`) .
1273
+ description : A short version of the HTTP ` Accept` header, such as `json` or `yaml`.
1274
1274
schema :
1275
1275
type : string
1276
- description : A short version of the Accept header (for example, `json`, `yaml`) .
1276
+ description : A short version of the HTTP ` Accept` header, such as `json` or `yaml`.
1277
1277
cat.cluster_manager::query.h :
1278
1278
name : h
1279
1279
in : query
1280
- description : Comma -separated list of column names to display.
1280
+ description : A comma -separated list of column names to display.
1281
1281
style : form
1282
1282
schema :
1283
1283
type : array
1284
1284
items :
1285
1285
type : string
1286
- description : Comma -separated list of column names to display.
1286
+ description : A comma -separated list of column names to display.
1287
1287
explode : true
1288
1288
cat.cluster_manager::query.help :
1289
1289
name : help
@@ -1304,7 +1304,7 @@ components:
1304
1304
cat.cluster_manager::query.master_timeout :
1305
1305
name : master_timeout
1306
1306
in : query
1307
- description : Operation timeout for connection to cluster- manager node.
1307
+ description : A timeout for connection to the cluster manager node.
1308
1308
schema :
1309
1309
$ref : ' ../schemas/_common.yaml#/components/schemas/Duration'
1310
1310
x-version-deprecated : ' 2.0'
@@ -1313,22 +1313,22 @@ components:
1313
1313
cat.cluster_manager::query.s :
1314
1314
name : s
1315
1315
in : query
1316
- description : Comma -separated list of column names or column aliases to sort by.
1316
+ description : A comma -separated list of column names or column aliases to sort by.
1317
1317
style : form
1318
1318
schema :
1319
1319
type : array
1320
1320
items :
1321
1321
type : string
1322
- description : Comma -separated list of column names or column aliases to sort by.
1322
+ description : A comma -separated list of column names or column aliases to sort by.
1323
1323
explode : true
1324
1324
cat.cluster_manager::query.v :
1325
1325
name : v
1326
1326
in : query
1327
- description : Verbose mode. Display column headers.
1327
+ description : Enables verbose mode, which displays column headers.
1328
1328
schema :
1329
1329
type : boolean
1330
1330
default : false
1331
- description : Verbose mode. Display column headers.
1331
+ description : Enables verbose mode, which displays column headers.
1332
1332
cat.count::path.index :
1333
1333
in : path
1334
1334
name : index
0 commit comments