@@ -28,6 +28,7 @@ namespace Elasticsearch.Net.Specification.CatApi
2828 public class CatAliasesRequestParameters : RequestParameters < CatAliasesRequestParameters >
2929 {
3030 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
31+ public override bool SupportsBody => false ;
3132 ///<summary>Whether to expand wildcard expression to concrete indices that are open, closed or both.</summary>
3233 public ExpandWildcards ? ExpandWildcards
3334 {
@@ -94,6 +95,7 @@ public bool? Verbose
9495 public class CatAllocationRequestParameters : RequestParameters < CatAllocationRequestParameters >
9596 {
9697 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
98+ public override bool SupportsBody => false ;
9799 ///<summary>The unit in which to display byte values</summary>
98100 public Bytes ? Bytes
99101 {
@@ -159,6 +161,7 @@ public bool? Verbose
159161 public class CatCountRequestParameters : RequestParameters < CatCountRequestParameters >
160162 {
161163 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
164+ public override bool SupportsBody => false ;
162165 ///<summary>a short version of the Accept header, e.g. json, yaml</summary>
163166 public string Format
164167 {
@@ -219,6 +222,7 @@ public bool? Verbose
219222 public class CatFielddataRequestParameters : RequestParameters < CatFielddataRequestParameters >
220223 {
221224 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
225+ public override bool SupportsBody => false ;
222226 ///<summary>The unit in which to display byte values</summary>
223227 public Bytes ? Bytes
224228 {
@@ -293,6 +297,7 @@ public bool? Verbose
293297 public class CatHealthRequestParameters : RequestParameters < CatHealthRequestParameters >
294298 {
295299 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
300+ public override bool SupportsBody => false ;
296301 ///<summary>a short version of the Accept header, e.g. json, yaml</summary>
297302 public string Format
298303 {
@@ -360,6 +365,7 @@ public bool? Verbose
360365 public class CatHelpRequestParameters : RequestParameters < CatHelpRequestParameters >
361366 {
362367 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
368+ public override bool SupportsBody => false ;
363369 ///<summary>Return help information</summary>
364370 public bool ? Help
365371 {
@@ -379,6 +385,7 @@ public string[] SortByColumns
379385 public class CatIndicesRequestParameters : RequestParameters < CatIndicesRequestParameters >
380386 {
381387 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
388+ public override bool SupportsBody => false ;
382389 ///<summary>The unit in which to display byte values</summary>
383390 public Bytes ? Bytes
384391 {
@@ -472,6 +479,7 @@ public bool? Verbose
472479 public class CatMasterRequestParameters : RequestParameters < CatMasterRequestParameters >
473480 {
474481 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
482+ public override bool SupportsBody => false ;
475483 ///<summary>a short version of the Accept header, e.g. json, yaml</summary>
476484 public string Format
477485 {
@@ -530,6 +538,7 @@ public bool? Verbose
530538 public class CatDataFrameAnalyticsRequestParameters : RequestParameters < CatDataFrameAnalyticsRequestParameters >
531539 {
532540 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
541+ public override bool SupportsBody => false ;
533542 ///<summary>Whether to ignore if a wildcard expression matches no configs. (This includes `_all` string or when no configs have been specified)</summary>
534543 public bool ? AllowNoMatch
535544 {
@@ -588,6 +597,7 @@ public bool? Verbose
588597 public class CatDatafeedsRequestParameters : RequestParameters < CatDatafeedsRequestParameters >
589598 {
590599 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
600+ public override bool SupportsBody => false ;
591601 ///<summary>Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)</summary>
592602 public bool ? AllowNoDatafeeds
593603 {
@@ -639,6 +649,7 @@ public bool? Verbose
639649 public class CatJobsRequestParameters : RequestParameters < CatJobsRequestParameters >
640650 {
641651 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
652+ public override bool SupportsBody => false ;
642653 ///<summary>Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)</summary>
643654 public bool ? AllowNoJobs
644655 {
@@ -697,6 +708,7 @@ public bool? Verbose
697708 public class CatTrainedModelsRequestParameters : RequestParameters < CatTrainedModelsRequestParameters >
698709 {
699710 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
711+ public override bool SupportsBody => false ;
700712 ///<summary>
701713 /// Whether to ignore if a wildcard expression matches no trained models. (This includes `_all` string or when no trained models have been
702714 /// specified)
@@ -772,6 +784,7 @@ public bool? Verbose
772784 public class CatNodeAttributesRequestParameters : RequestParameters < CatNodeAttributesRequestParameters >
773785 {
774786 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
787+ public override bool SupportsBody => false ;
775788 ///<summary>a short version of the Accept header, e.g. json, yaml</summary>
776789 public string Format
777790 {
@@ -830,6 +843,7 @@ public bool? Verbose
830843 public class CatNodesRequestParameters : RequestParameters < CatNodesRequestParameters >
831844 {
832845 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
846+ public override bool SupportsBody => false ;
833847 ///<summary>The unit in which to display byte values</summary>
834848 public Bytes ? Bytes
835849 {
@@ -903,6 +917,7 @@ public bool? Verbose
903917 public class CatPendingTasksRequestParameters : RequestParameters < CatPendingTasksRequestParameters >
904918 {
905919 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
920+ public override bool SupportsBody => false ;
906921 ///<summary>a short version of the Accept header, e.g. json, yaml</summary>
907922 public string Format
908923 {
@@ -961,6 +976,7 @@ public bool? Verbose
961976 public class CatPluginsRequestParameters : RequestParameters < CatPluginsRequestParameters >
962977 {
963978 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
979+ public override bool SupportsBody => false ;
964980 ///<summary>a short version of the Accept header, e.g. json, yaml</summary>
965981 public string Format
966982 {
@@ -1019,6 +1035,7 @@ public bool? Verbose
10191035 public class CatRecoveryRequestParameters : RequestParameters < CatRecoveryRequestParameters >
10201036 {
10211037 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
1038+ public override bool SupportsBody => false ;
10221039 ///<summary>If `true`, the response only includes ongoing shard recoveries</summary>
10231040 public bool ? ActiveOnly
10241041 {
@@ -1099,6 +1116,7 @@ public bool? Verbose
10991116 public class CatRepositoriesRequestParameters : RequestParameters < CatRepositoriesRequestParameters >
11001117 {
11011118 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
1119+ public override bool SupportsBody => false ;
11021120 ///<summary>a short version of the Accept header, e.g. json, yaml</summary>
11031121 public string Format
11041122 {
@@ -1157,6 +1175,7 @@ public bool? Verbose
11571175 public class CatSegmentsRequestParameters : RequestParameters < CatSegmentsRequestParameters >
11581176 {
11591177 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
1178+ public override bool SupportsBody => false ;
11601179 ///<summary>The unit in which to display byte values</summary>
11611180 public Bytes ? Bytes
11621181 {
@@ -1208,6 +1227,7 @@ public bool? Verbose
12081227 public class CatShardsRequestParameters : RequestParameters < CatShardsRequestParameters >
12091228 {
12101229 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
1230+ public override bool SupportsBody => false ;
12111231 ///<summary>The unit in which to display byte values</summary>
12121232 public Bytes ? Bytes
12131233 {
@@ -1273,6 +1293,7 @@ public bool? Verbose
12731293 public class CatSnapshotsRequestParameters : RequestParameters < CatSnapshotsRequestParameters >
12741294 {
12751295 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
1296+ public override bool SupportsBody => false ;
12761297 ///<summary>a short version of the Accept header, e.g. json, yaml</summary>
12771298 public string Format
12781299 {
@@ -1331,6 +1352,7 @@ public bool? Verbose
13311352 public class CatTasksRequestParameters : RequestParameters < CatTasksRequestParameters >
13321353 {
13331354 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
1355+ public override bool SupportsBody => false ;
13341356 ///<summary>A comma-separated list of actions that should be returned. Leave empty to return all.</summary>
13351357 public string [ ] Actions
13361358 {
@@ -1406,6 +1428,7 @@ public bool? Verbose
14061428 public class CatTemplatesRequestParameters : RequestParameters < CatTemplatesRequestParameters >
14071429 {
14081430 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
1431+ public override bool SupportsBody => false ;
14091432 ///<summary>a short version of the Accept header, e.g. json, yaml</summary>
14101433 public string Format
14111434 {
@@ -1464,6 +1487,7 @@ public bool? Verbose
14641487 public class CatThreadPoolRequestParameters : RequestParameters < CatThreadPoolRequestParameters >
14651488 {
14661489 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
1490+ public override bool SupportsBody => false ;
14671491 ///<summary>a short version of the Accept header, e.g. json, yaml</summary>
14681492 public string Format
14691493 {
@@ -1529,6 +1553,7 @@ public bool? Verbose
15291553 public class CatTransformsRequestParameters : RequestParameters < CatTransformsRequestParameters >
15301554 {
15311555 public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
1556+ public override bool SupportsBody => false ;
15321557 ///<summary>Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)</summary>
15331558 public bool ? AllowNoMatch
15341559 {
0 commit comments