PUT api/jobs/{jobId}/markAsReadyToComplete
Transitions an job from InProgress/Uploading to Review
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
jobId |
The id of job |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
HTTP 204
Success No content.
HTTP 404
EntityNotFoundException - Job not found
EntityNotFoundException - Job state not exists
HTTP 400
EntityDoesntExist - JobAttachment with id: xxx doesn't exist. It was probably deleted. - If the file meta data doesn't exist.
EntityDoesntExist - Job with id: xxx doesn't exist. It was probably deleted. - If the file meta data doesn't exist.
NotAllowedJobStateTransitionException - Transition xxx -> xxx is not allowed.
None.
Response Formats
application/json, text/json, text/html
Sample not available.