File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
ApiGenerator/RestSpecification/Core
Elasticsearch.Net/Api/RequestParameters Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 102102 " red"
103103 ],
104104 "description" :" Wait until cluster is in a specific state"
105- },
106- "return_200_for_cluster_health_timeout" :{
107- "type" :" boolean" ,
108- "description" :" Whether to return HTTP 200 instead of 408 in case of a cluster health timeout from the server side"
109105 }
110106 }
111107 }
Original file line number Diff line number Diff line change @@ -187,13 +187,6 @@ public TimeSpan MasterTimeout
187187 set => Q ( "master_timeout" , value ) ;
188188 }
189189
190- ///<summary>Whether to return HTTP 200 instead of 408 in case of a cluster health timeout from the server side</summary>
191- public bool ? Return200ForClusterHealthTimeout
192- {
193- get => Q < bool ? > ( "return_200_for_cluster_health_timeout" ) ;
194- set => Q ( "return_200_for_cluster_health_timeout" , value ) ;
195- }
196-
197190 ///<summary>Explicit operation timeout</summary>
198191 public TimeSpan Timeout
199192 {
You can’t perform that action at this time.
0 commit comments