[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:
parent
e46ed73379
commit
5dcaac32b0
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue