Finish

Finish job

Requires the JOBAPPROVE security role.

patch/api/workflow/jobs/{id}/finish

Path parameters

idstring required

Request body

statusstring
job_idstring

Example request

{
  "status": "Finished",
  "job_id": "00000000-0000-0000-0000-000000000000"
}

Response

Ok: Job finished successfully

statusstring
job_idstring

Example response

{
  "status": "Finished",
  "job_id": "00000000-0000-0000-0000-000000000000"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.