To update the status of a specific job for a project or to add message to the job.
URL
(PUT) projects/{projectid}/jobs/{jobid}/status
PARAMETERS
|
token |
The token obtained on connection |
Required |
|
projectid |
The project identifier |
Required |
|
jobid |
The job identifier |
Required |
|
status |
Optional: The new status of the job. See ApiProjectJob for status values. |
Optional |
|
message |
Optional: The message to post with the new status. If no status is given it will post the message to the current status. |
Optional |
RESULTS
None.