Set Job Retries
PUT/job/:id/retries
Sets the retries of the job to the given number of retries 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 retries could not be set successfully. See the Introduction for the error response format.