Skip to content

Commit d061a9a

Browse files
damienalexandreChristoph Büscher
authored and
Christoph Büscher
committed
[Docs] Fix typo in the Rollup API Quick Reference (#31855)
The Stop endpoint was not correct in the Quick Reference.
1 parent 3b0f826 commit d061a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/docs/en/rollup/api-quickref.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Most {rollup} endpoints have the following base:
1919
* {ref}/rollup-get-job.html[GET /job]: List jobs
2020
* {ref}/rollup-get-job.html[GET /job/<job_id+++>+++]: Get job details
2121
* {ref}/rollup-start-job.html[POST /job/<job_id>/_start]: Start a job
22-
* {ref}/rollup-stop-job.html[POST /job/<job_id+++>+++]: Stop a job
22+
* {ref}/rollup-stop-job.html[POST /job/<job_id>/_stop]: Stop a job
2323
* {ref}/rollup-delete-job.html[DELETE /job/<job_id+++>+++]: Delete a job
2424

2525
[float]

0 commit comments

Comments
 (0)