v1
latestOpenAPI 3.1.02026-07-2419782400.4 KBFinish
Finish job
Requires the JOBAPPROVE security role.
patch/api/workflow/jobs/{id}/finish
Path parameters
idstring required
Request body
Example request
{
"status": "Finished",
"job_id": "00000000-0000-0000-0000-000000000000"
}Response
Ok: Job finished successfully
Example response
{
"status": "Finished",
"job_id": "00000000-0000-0000-0000-000000000000"
}