Skip to content

Commit

Permalink
[Docs] Fix typo in the Rollup API Quick Reference (#31855)
Browse files Browse the repository at this point in the history
The Stop endpoint was not correct in the Quick Reference.
  • Loading branch information
damienalexandre authored and Christoph Büscher committed Jul 9, 2018
1 parent 3b0f826 commit d061a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/docs/en/rollup/api-quickref.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Most {rollup} endpoints have the following base:
* {ref}/rollup-get-job.html[GET /job]: List jobs
* {ref}/rollup-get-job.html[GET /job/<job_id+++>+++]: Get job details
* {ref}/rollup-start-job.html[POST /job/<job_id>/_start]: Start a job
* {ref}/rollup-stop-job.html[POST /job/<job_id+++>+++]: Stop a job
* {ref}/rollup-stop-job.html[POST /job/<job_id>/_stop]: Stop a job
* {ref}/rollup-delete-job.html[DELETE /job/<job_id+++>+++]: Delete a job

[float]
Expand Down

0 comments on commit d061a9a

Please sign in to comment.