mirror of https://gitee.com/bigwinds/arangodb
Add anchor #by-type for jobs API (to be tested)
This commit is contained in:
parent
a6598b07d6
commit
7635e091bc
|
@ -2,7 +2,7 @@
|
|||
@startDocuBlock job_delete
|
||||
@brief deletes an async job result
|
||||
|
||||
@RESTHEADER{DELETE /_api/job/{type}, Deletes async job, deleteJob:byType}
|
||||
@RESTHEADER{DELETE /_api/job/{type}#by-type, Deletes async job, deleteJob:byType}
|
||||
|
||||
@RESTURLPARAMETERS
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
@startDocuBlock job_getByType
|
||||
@brief Returns the ids of job results with a specific status
|
||||
|
||||
@RESTHEADER{GET /_api/job/{type}, Returns list of async jobs, getJob}
|
||||
@RESTHEADER{GET /_api/job/{type}#by-type, Returns list of async jobs, getJob}
|
||||
|
||||
@RESTURLPARAMETERS
|
||||
|
||||
|
|
Loading…
Reference in New Issue