mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[DOCS] Change POST to PUT in ML API QuickRef (elastic/x-pack-elasticsearch#1617)
Original commit: elastic/x-pack-elasticsearch@036fd4d548
This commit is contained in:
parent
789cd66202
commit
922a337884
@ -20,7 +20,7 @@ The main {ml} resources can be accessed with a variety of endpoints:
|
|||||||
[[ml-api-jobs]]
|
[[ml-api-jobs]]
|
||||||
=== /anomaly_detectors/
|
=== /anomaly_detectors/
|
||||||
|
|
||||||
* <<ml-put-job,POST /anomaly_detectors>>: Create a job
|
* <<ml-put-job,PUT /anomaly_detectors/<job_id+++>+++>>: Create a job
|
||||||
* <<ml-open-job,POST /anomaly_detectors/<job_id>/_open>>: Open a job
|
* <<ml-open-job,POST /anomaly_detectors/<job_id>/_open>>: Open a job
|
||||||
* <<ml-post-data,POST /anomaly_detectors/<job_id>/_data>>: Send data to a job
|
* <<ml-post-data,POST /anomaly_detectors/<job_id>/_data>>: Send data to a job
|
||||||
* <<ml-get-job,GET /anomaly_detectors>>: List jobs
|
* <<ml-get-job,GET /anomaly_detectors>>: List jobs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user