Set Job Priority
PUT/job/:id/priority
Sets the execution priority of a job by id.
Request
Responses
- 204
- 404
- 500
Request successful. This method returns no content.
Job with given id does not exist. See the Introduction for the error response format.
The priority could not be set successfully. See the Introduction for the error response format.