Update jobs (batch)Added in 8.10
POST/jobs/batch-update
Strongly Consistent About endpoint data consistency
Creates a batch operation to update jobs matching the given filter. At least one changeset field must be non-null. This is done asynchronously; the progress can be tracked using the batchOperationKey from the response and the batch operation status endpoint (/batch-operations/{batchOperationKey}).
Request
Responses
- 200
- 400
- 401
- 403
- 500
The batch operation was created.
The job batch update operation failed. More details are provided in the response body.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
An internal error occurred while processing the request.