Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.





  • No labels