To update a specific job for a project.
URL
(PUT) projects/{projectid}/jobs/{jobid}
PARAMETERS
refmaterialaccess
token | The token obtained on connection | Required |
projectid | The project identifier | Required |
jobid | The job identifier | Required |
task | Optional: The new task code for the job. See ApiProjectJob for task code values. | Optional |
targetlanguage | Optional: The new target language for the job. Example: "targetlanguage=en" | Optional |
reference | Optional: New reference for the job. | Optional |
documents | Optional: A new comma separated list of documents id. If set, the current list of documents from the job will be replace with the new list. If not set current list is keeped. If set with a empty string the list will be clear. Example: "documents=1457,2015,3452" will replace the current list with documents 1457, 2015 and 3452Example: "documents=" will clear the current list of documents | Optional |
instructions | Optional: New instructions for the job. Value can be clear with a empty string. | Optional |
comments | Optional: New comments for the job. Value can be clear with a empty string | Optional |
deadline | Optional: New dead line date for the job. Value can be clear with a empty string. | Optional |
RESULTS
None.