@@ -2307,7 +2307,7 @@ components:
2307
2307
properties :
2308
2308
scroll_id :
2309
2309
$ref : ' ../schemas/_common.yaml#/components/schemas/ScrollIds'
2310
- description : Comma -separated list of scroll IDs to clear if none was specified using the `scroll_id` parameter
2310
+ description : A comma -separated list of scroll IDs to clear if none was specified using the `scroll_id` parameter
2311
2311
count :
2312
2312
content :
2313
2313
application/json :
@@ -3567,7 +3567,7 @@ components:
3567
3567
in : path
3568
3568
name : scroll_id
3569
3569
description : |-
3570
- Comma -separated list of scroll IDs to clear.
3570
+ A comma -separated list of scroll IDs to clear.
3571
3571
To clear all scroll IDs, use `_all`.
3572
3572
required : true
3573
3573
deprecated : true
@@ -3578,7 +3578,7 @@ components:
3578
3578
in : path
3579
3579
name : index
3580
3580
description : |-
3581
- Comma -separated list of data streams, indexes, and aliases to search.
3581
+ A comma -separated list of data streams, indexes, and aliases to search.
3582
3582
Supports wildcards (`*`).
3583
3583
To search all data streams and indexes, omit this parameter or use `*` or `_all`.
3584
3584
required : true
@@ -3704,7 +3704,7 @@ components:
3704
3704
create::path.id :
3705
3705
in : path
3706
3706
name : id
3707
- description : Unique identifier for the document.
3707
+ description : The unique identifier for the document.
3708
3708
required : true
3709
3709
schema :
3710
3710
$ref : ' ../schemas/_common.yaml#/components/schemas/Id'
@@ -3765,7 +3765,7 @@ components:
3765
3765
create::query.version_type :
3766
3766
in : query
3767
3767
name : version_type
3768
- description : ' Specific version type: `external`, `external_gte`.'
3768
+ description : ' The specific version type: `external`, `external_gte`.'
3769
3769
schema :
3770
3770
$ref : ' ../schemas/_common.yaml#/components/schemas/VersionType'
3771
3771
style : form
@@ -3782,10 +3782,10 @@ components:
3782
3782
create_pit::path.index :
3783
3783
name : index
3784
3784
in : path
3785
- description : Comma -separated list of indexes; use `_all` or empty string to perform the operation on all indexes.
3785
+ description : A comma -separated list of indexes; use `_all` or empty string to perform the operation on all indexes.
3786
3786
schema :
3787
3787
type : array
3788
- description : Comma -separated list of indexes; use `_all` or empty string to perform the operation on all indexes.
3788
+ description : A comma -separated list of indexes; use `_all` or empty string to perform the operation on all indexes.
3789
3789
items :
3790
3790
type : string
3791
3791
required : true
@@ -3819,15 +3819,15 @@ components:
3819
3819
create_pit::query.routing :
3820
3820
name : routing
3821
3821
in : query
3822
- description : Comma -separated list of specific routing values.
3822
+ description : A comma -separated list of specific routing values.
3823
3823
style : form
3824
3824
schema :
3825
3825
$ref : ' ../schemas/_common.yaml#/components/schemas/RoutingInQueryString'
3826
3826
explode : true
3827
3827
delete::path.id :
3828
3828
in : path
3829
3829
name : id
3830
- description : Unique identifier for the document.
3830
+ description : The unique identifier for the document.
3831
3831
required : true
3832
3832
schema :
3833
3833
$ref : ' ../schemas/_common.yaml#/components/schemas/Id'
@@ -3890,7 +3890,7 @@ components:
3890
3890
delete::query.version_type :
3891
3891
in : query
3892
3892
name : version_type
3893
- description : ' Specific version type: `external`, `external_gte`.'
3893
+ description : ' The specific version type: `external`, `external_gte`.'
3894
3894
schema :
3895
3895
$ref : ' ../schemas/_common.yaml#/components/schemas/VersionType'
3896
3896
style : form
@@ -3908,7 +3908,7 @@ components:
3908
3908
in : path
3909
3909
name : index
3910
3910
description : |-
3911
- Comma -separated list of data streams, indexes, and aliases to search.
3911
+ A comma -separated list of data streams, indexes, and aliases to search.
3912
3912
Supports wildcards (`*`).
3913
3913
To search all data streams or indexes, omit this parameter or use `*` or `_all`.
3914
3914
required : true
@@ -4263,7 +4263,7 @@ components:
4263
4263
in : path
4264
4264
name : index
4265
4265
description : |-
4266
- Comma -separated list of data streams, indexes, and aliases.
4266
+ A comma -separated list of data streams, indexes, and aliases.
4267
4267
Supports wildcards (`*`).
4268
4268
required : true
4269
4269
schema :
@@ -4343,7 +4343,7 @@ components:
4343
4343
exists::query.version_type :
4344
4344
in : query
4345
4345
name : version_type
4346
- description : ' Specific version type: `external`, `external_gte`.'
4346
+ description : ' The specific version type: `external`, `external_gte`.'
4347
4347
schema :
4348
4348
$ref : ' ../schemas/_common.yaml#/components/schemas/VersionType'
4349
4349
style : form
@@ -4359,7 +4359,7 @@ components:
4359
4359
in : path
4360
4360
name : index
4361
4361
description : |-
4362
- Comma -separated list of data streams, indexes, and aliases.
4362
+ A comma -separated list of data streams, indexes, and aliases.
4363
4363
Supports wildcards (`*`).
4364
4364
required : true
4365
4365
schema :
@@ -4429,7 +4429,7 @@ components:
4429
4429
exists_source::query.version_type :
4430
4430
in : query
4431
4431
name : version_type
4432
- description : ' Specific version type: `external`, `external_gte`.'
4432
+ description : ' The specific version type: `external`, `external_gte`.'
4433
4433
schema :
4434
4434
$ref : ' ../schemas/_common.yaml#/components/schemas/VersionType'
4435
4435
style : form
@@ -4545,7 +4545,7 @@ components:
4545
4545
field_caps::path.index :
4546
4546
in : path
4547
4547
name : index
4548
- description : Comma -separated list of data streams, indexes, and aliases used to limit the request. Supports wildcards (*). To target all data streams and indexes, omit this parameter or use * or `_all`.
4548
+ description : A comma -separated list of data streams, indexes, and aliases used to limit the request. Supports wildcards (*). To target all data streams and indexes, omit this parameter or use * or `_all`.
4549
4549
required : true
4550
4550
schema :
4551
4551
$ref : ' ../schemas/_common.yaml#/components/schemas/Indices'
@@ -4570,7 +4570,7 @@ components:
4570
4570
field_caps::query.fields :
4571
4571
in : query
4572
4572
name : fields
4573
- description : Comma -separated list of fields to retrieve capabilities for. Wildcard (`*`) expressions are supported.
4573
+ description : A comma -separated list of fields to retrieve capabilities for. Wildcard (`*`) expressions are supported.
4574
4574
schema :
4575
4575
$ref : ' ../schemas/_common.yaml#/components/schemas/Fields'
4576
4576
style : form
@@ -4675,7 +4675,7 @@ components:
4675
4675
get::query.version_type :
4676
4676
in : query
4677
4677
name : version_type
4678
- description : ' Specific version type: `internal`, `external`, `external_gte`.'
4678
+ description : ' The specific version type: `internal`, `external`, `external_gte`.'
4679
4679
schema :
4680
4680
$ref : ' ../schemas/_common.yaml#/components/schemas/VersionType'
4681
4681
style : form
@@ -4780,14 +4780,14 @@ components:
4780
4780
get_source::query.version_type :
4781
4781
in : query
4782
4782
name : version_type
4783
- description : Specific version type. One of `internal`, `external`, `external_gte`.
4783
+ description : The specific version type. One of `internal`, `external`, `external_gte`.
4784
4784
schema :
4785
4785
$ref : ' ../schemas/_common.yaml#/components/schemas/VersionType'
4786
4786
style : form
4787
4787
index::path.id :
4788
4788
in : path
4789
4789
name : id
4790
- description : Unique identifier for the document.
4790
+ description : The unique identifier for the document.
4791
4791
required : true
4792
4792
schema :
4793
4793
$ref : ' ../schemas/_common.yaml#/components/schemas/Id'
@@ -4881,7 +4881,7 @@ components:
4881
4881
index::query.version_type :
4882
4882
in : query
4883
4883
name : version_type
4884
- description : ' Specific version type: `external`, `external_gte`.'
4884
+ description : ' The specific version type: `external`, `external_gte`.'
4885
4885
schema :
4886
4886
$ref : ' ../schemas/_common.yaml#/components/schemas/VersionType'
4887
4887
style : form
@@ -4898,7 +4898,7 @@ components:
4898
4898
mget::path.index :
4899
4899
in : path
4900
4900
name : index
4901
- description : Name of the index to retrieve documents from when `ids` are specified, or when a document in the `docs` array does not specify an index.
4901
+ description : The name of the index to retrieve documents from when `ids` are specified, or when a document in the `docs` array does not specify an index.
4902
4902
required : true
4903
4903
schema :
4904
4904
$ref : ' ../schemas/_common.yaml#/components/schemas/IndexName'
@@ -4968,7 +4968,7 @@ components:
4968
4968
msearch::path.index :
4969
4969
in : path
4970
4970
name : index
4971
- description : Comma -separated list of data streams, indexes, and index aliases to search.
4971
+ description : A comma -separated list of data streams, indexes, and index aliases to search.
4972
4972
required : true
4973
4973
schema :
4974
4974
$ref : ' ../schemas/_common.yaml#/components/schemas/Indices'
@@ -5032,7 +5032,7 @@ components:
5032
5032
in : path
5033
5033
name : index
5034
5034
description : |-
5035
- Comma -separated list of data streams, indexes, and aliases to search.
5035
+ A comma -separated list of data streams, indexes, and aliases to search.
5036
5036
Supports wildcards (`*`).
5037
5037
To search all data streams and indexes, omit this parameter or use `*`.
5038
5038
required : true
@@ -5243,7 +5243,7 @@ components:
5243
5243
in : path
5244
5244
name : index
5245
5245
description : |-
5246
- Comma -separated list of data streams, indexes, and index aliases used to limit the request. Wildcard (`*`) expressions are supported.
5246
+ A comma -separated list of data streams, indexes, and index aliases used to limit the request. Wildcard (`*`) expressions are supported.
5247
5247
To target all data streams and indexes in a cluster, omit this parameter or use `_all` or `*`.
5248
5248
required : true
5249
5249
schema :
@@ -5413,7 +5413,7 @@ components:
5413
5413
in : path
5414
5414
name : index
5415
5415
description : |-
5416
- Comma -separated list of data streams, indexes, and aliases to search.
5416
+ A comma -separated list of data streams, indexes, and aliases to search.
5417
5417
Supports wildcards (`*`).
5418
5418
To search all data streams and indexes, omit this parameter or use `*` or `_all`.
5419
5419
required : true
@@ -5927,7 +5927,7 @@ components:
5927
5927
in : path
5928
5928
name : index
5929
5929
description : |-
5930
- Comma -separated list of data streams, indexes,
5930
+ A comma -separated list of data streams, indexes,
5931
5931
and aliases to search. Supports wildcards (*).
5932
5932
required : true
5933
5933
schema :
@@ -6260,7 +6260,7 @@ components:
6260
6260
in : path
6261
6261
name : index
6262
6262
description : |-
6263
- Comma -separated list of data streams, indexes, and aliases to search.
6263
+ A comma -separated list of data streams, indexes, and aliases to search.
6264
6264
Supports wildcards (`*`).
6265
6265
To search all data streams or indexes, omit this parameter or use `*` or `_all`.
6266
6266
required : true
0 commit comments