Skip to main content

api.RerunJobResponse

api.RerunJobResponse API schema defining 3 fields, including job id, version, and warnings.

job_idstring

ID of the job that was

versioninteger

Version of the job that was rerun

warningsstring[]
api.RerunJobResponse
{
"job_id": "string",
"version": 0,
"warnings": [
"string"
]
}