Patch job
This API call allows for partial updates to jobs, modifying specific fields without overwriting those not included in the update request.
Differing from Edit job, this call employs a PATCH method, updating only the provided fields without altering others. It’s beneficial when editing a subset of supported fields is required.
The call supports the editing of status, due date, and providers. When editing providers, it’s essential to submit both the ID of the provider and its type (either VENDOR or USER).
The response will provide a subset of information from Get job.
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Body
Subset of job fields to update
Response
OK
Index of the first segment of this part within the original job
When true, this is a continuous job
Date and time the job was created
Due date of the job; null if not set
Index of the last segment of this part within the original job
Original filename of the job
When true, the file has been imported successfully
InnerId is a sequential number of a job in a project. Jobs created from the same file share the same innerId across workflow steps.
Whether the job originates from a split
Highest workflow step level in the project
Directory path of the original source file
Providers assigned to the job; empty for callers without linguist visibility
Identifier of the server-side import task
Source language code
Current status of the job
NEW, ACCEPTED, DECLINED, REJECTED, DELIVERED, EMAILED, COMPLETED, CANCELLED Target language code
Unique identifier used in API paths
Date and time the source was last updated; null if never updated
Date and time the target was last updated; null if never updated
Number of words in the job
Workflow step level of this job (1-based)