Summary
Release a Job
Description
Release a Job by Job ID.
Route
POST /workflow_engine/releaseJob
Roles
admin
engineering
support
apiwrite
apiread
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| job_id | string | yes | ID of the Job to release. |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| updated_job | object | Job data after the release. |