Set Job Definition Priority by Id
PUT/job-definition/:id/jobPriority
Sets an overriding execution priority for jobs with the given definition id.
Optionally, the priorities of all the definitions' existing jobs are
updated accordingly. The priority can be reset by setting it to
null, meaning that a new job's priority will not be determined based
on its definition's priority any longer. See the
user guide on job prioritization
for details.
Request
Responses
- 204
- 404
- 500
Request successful. This method returns no content.
Job definition with given id does not exist. See the Introduction for the error response format.
The retries could not be set successfully. See the Introduction for the error response format.