v1

latestSwagger 2.02026-07-13285166341.1 KB
ActivityRuns

Update an ActivityRun

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

put/api/v2/activityRuns/{activityRunID}

Path parameters

activityRunIDinteger required

The ID of the ActivityRun to update ActivityRunStatus for.

Request body

ActivityRunIDinteger

The identifier for the ActivityRun

JobActivityIDinteger

Read Only. The ID of the Job Activity that defines this activity run

JobRunIDinteger

Read Only. The ID of the JobRun under which this ActivityRun is executing

StartDatestring date-time

Read Only. The UTC date and time when the activity started

EndDatestring date-time

Read Only. The UTC date and time when the activity completed

Response

No Content