v1

latestSwagger 2.02026-07-13285166341.1 KB
Jobs

Update a Job

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

put/api/v2/jobs/{jobID}

Path parameters

jobIDinteger required

The id of the job to update

Request body

JobIDinteger

The ID of the job

Namestring

The name of the job

Deletedboolean

Indicates if the job has been deleted.

Response

No Content