You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove optional body declaraion from xpack.ml.close_job specification
* Regenerate from adjusted specification
* Change LLC dispatch to remove PostBody
///<summary>POST on /_xpack/ml/anomaly_detectors/{job_id}/_close <para>http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-close-job.html</para></summary>
3308
3308
///<param name="job_id">The name of the job to close</param>
3309
-
///<param name="body">The URL params optionally sent in the body</param>
3310
3309
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
3311
-
public TResponse XpackMlCloseJob<TResponse>(string job_id, PostData body, CloseJobRequestParameters requestParameters = null)
///<summary>POST on /_xpack/ml/anomaly_detectors/{job_id}/_close <para>http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-close-job.html</para></summary>
3314
3313
///<param name="job_id">The name of the job to close</param>
3315
-
///<param name="body">The URL params optionally sent in the body</param>
3316
3314
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
///<summary>POST on /_xpack/ml/anomaly_detectors/{job_id}/_close <para>http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-close-job.html</para></summary>
2678
2678
///<param name="job_id">The name of the job to close</param>
2679
-
///<param name="body">The URL params optionally sent in the body</param>
2680
2679
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
///<summary>POST on /_xpack/ml/anomaly_detectors/{job_id}/_close <para>http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-close-job.html</para></summary>
2683
2682
///<param name="job_id">The name of the job to close</param>
2684
-
///<param name="body">The URL params optionally sent in the body</param>
2685
2683
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
0 commit comments