v1

latestSwagger 2.02026-07-13285166341.1 KB
JobRuns

Update a JobRun

/// Updates a JobRun. The body of the PUT is the updated JobRun. When successful, the response is empty. If unsuccessful, an appropriate ApiError is returned.

put/api/v2/jobRuns/{jobRunID}

Path parameters

jobRunIDinteger required

The id of the JobRun to update

Request body

JobRunIDinteger

The ID of this JobRun

JobIDinteger

The ID of the job that defines the run

Status'Ready' | 'InProgress' | 'Succeeded' | 'Cancelled' | 'Failed'

The status of this JobRun

StartDatestring date-time

The UTC date and time when the job started

EndDatestring date-time

The UTC date and time when the job completed

Response

No Content