[Docs] Fix typo in the Rollup API Quick Reference (#31855)

The Stop endpoint was not correct in the Quick Reference.
This commit is contained in:
Damien Alexandre 2018-07-09 12:48:49 +02:00 committed by Christoph Büscher
parent e46ed73379
commit 5dcaac32b0
1 changed files with 1 additions and 1 deletions

View File

@ -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]