[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:
Lisa Cawley 2017-06-01 14:47:04 -07:00 committed by lcawley
parent 789cd66202
commit 922a337884
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ The main {ml} resources can be accessed with a variety of endpoints:
[[ml-api-jobs]]
=== /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-post-data,POST /anomaly_detectors/<job_id>/_data>>: Send data to a job
* <<ml-get-job,GET /anomaly_detectors>>: List jobs