1
0
Fork 0

Add anchor #by-type for jobs API (to be tested)

This commit is contained in:
Simran Brucherseifer 2019-11-29 16:58:18 +01:00
parent a6598b07d6
commit 7635e091bc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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