POST /api_v2/jobs/assign
Assign a Job
Supported Formats
jsonErrors
| Code | Description |
|---|---|
| 403 | Forbidden - if you have Public Pool access only |
Params
| Param name | Description |
|---|---|
|
token
required |
Token obtained from /authorize Validations:
|
|
job
required |
The Job Validations:
|
|
job[worker_id]
required |
ID of the Worker to perform the Job Validations:
|
|
job[job_request_id]
required |
ID of the Job Request being fulfilled by this Job Validations:
|
|
job[requestor_notes]
optional |
Arbitary text to be attached to this Job - not visible to Worker Validations:
|