jobs

Mark a fix job as rebased

post/api/job/rebased

Request body

$schemastring uri

A URL to the JSON Schema for this object.

job_idinteger required

Example request

{
  "$schema": "https://example.com/JobIDRequest.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

statusstring required

Example response

{
  "$schema": "https://example.com/JobStatusOutputBody.json"
}

Changes

No recorded changes to this endpoint across all 23 revisions of this API.